summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_workspace.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* fix: Return only scenes for script owners on LSP completionRafael Delboni2020-03-071-1/+1
* Improve LSP completion using scene ownerRafael Delboni2020-02-251-0/+5
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-1/+1
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-1/+1
* Add optional goto definition support for native symbolsgeequlim2019-08-111-2/+0
* Add generate script api to dictionary supportGeequlim2019-08-111-0/+2
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-1/+2
* Add optional smart resolve sulotiongeequlim2019-08-111-1/+11
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-0/+15
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+65