summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_text_document.h
Commit message (Collapse)AuthorAgeFilesLines
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols ↵geequlim2019-10-041-0/+2
| | | | from LSP clients
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-1/+1
|
* 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.
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-0/+4
| | | | | | Improved uri and workspace path translatation on windows platform. The smart resolvation is much faster than builtin's in the server side. The smart resolve mode is still disabled as default as the clients might be slow with a planty of completion items.
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-0/+8
| | | | | | | Implement hover Implement completion documentation resolve Implement hover documentation Implement go to definition
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+60