summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_text_document.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-1/+22
* Fix enumeration value of SymbolKind.geequlim2019-10-041-24/+28
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-2/+11
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
* Improve code compeletion for virtual methods with signaturesgeequlim2019-08-111-1/+1
* Add optional goto definition support for native symbolsgeequlim2019-08-111-6/+38
* Add generate script api to dictionary supportGeequlim2019-08-111-15/+15
* Improve symbol resolve for inner classesGeequlim2019-08-111-8/+14
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-55/+88
* Add optional smart resolve sulotiongeequlim2019-08-111-48/+136
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-1/+56
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+177