summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/lsp.hpp
Commit message (Expand)AuthorAgeFilesLines
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* lsp: Send godot class tree to clientsGeequlim2019-10-091-1/+36
* Format documentations to markdown only when neededgeequlim2019-10-051-1/+72
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-1/+12
* Fix enumeration value of SymbolKind.geequlim2019-10-041-28/+32
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-0/+35
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+5
* Improve symbol resolve for inner classesGeequlim2019-08-111-4/+4
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-274/+319
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-8/+155
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+1309