summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
| | | | This decreases the language server's CPU usage.
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-2/+2
| | | | | | | This fades out messages originating from the editor to make messages printed by the project stand out more. This also tweaks wording in some editor messages for consistency.
* 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