summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-2/+3
* Fix enumeration value of SymbolKind.geequlim2019-10-041-0/+5
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+4
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+4
* Add generate script api to dictionary supportGeequlim2019-08-111-12/+20
* Check client workspace directory is validGeequlim2019-08-111-12/+11
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-1/+22
* Add optional smart resolve sulotiongeequlim2019-08-111-0/+5
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-1/+2
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+173