summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_workspace.h
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Add GDExtension support to Scriptreduz2022-03-271-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make LSP report _init instead of Object::newFrancois Belair2021-09-291-1/+1
* Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde2021-09-251-0/+2
|\
| * Implement applyEdit in LSP for signal connectingFrancois Belair2021-07-111-0/+2
* | Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+3
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-0/+1
* 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