summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_text_document.cpp
AgeCommit message (Expand)Author
2020-02-12Fix hover symbol content positiongeequlim
2020-01-10LSP: Fix bracket completion for functions with one argumentGeequlim
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-04GDScript LSP: Implement goto declarationgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-04Fix enumeration value of SymbolKind.geequlim
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-11Improve code compeletion for virtual methods with signaturesgeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim