summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_text_document.h
Commit message (Expand)AuthorAgeFilesLines
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-0/+2
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-1/+1
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+1
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-0/+4
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-0/+8
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+60