summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/lsp.hpp
Commit message (Expand)AuthorAgeFilesLines
* Remove completion triggers for ',' and '(' which may conflict with signature ...geequlim2020-01-111-2/+0
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+116
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix typos with codespellRémi Verschelde2019-11-221-1/+1
* 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