summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+1
| | | | | This action will show help for target symbol in godot editor and bring the godot editor window to foreground Improved markdown documentation for symbols.
* Add optional smart resolve sulotiongeequlim2019-08-111-0/+1
| | | | The smart resolvaion can guess most symbols but it might be slow so disabled by default users can turn on it in the editor setting
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+86