summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_workspace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reenable GDScript LSP serverGeorge Marques2020-07-201-6/+1
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+5
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-081-6/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-21/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Merge pull request #36683 from rafaeldelboni/masterRémi Verschelde2020-03-081-11/+15
|\
| * fix: Return only scenes for script owners on LSP completionRafael Delboni2020-03-071-11/+15
* | typo in gdscript_workspace.cpp/remove_cache_parser() fixedThakee Nathees2020-03-051-1/+1
|/
* Improve LSP completion using scene ownerRafael Delboni2020-02-251-1/+48
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+51
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-2/+1
* lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
* Format documentations to markdown only when neededgeequlim2019-10-051-4/+4
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-0/+18
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-0/+9
* Improve code compeletion for virtual methods with signaturesgeequlim2019-08-111-0/+5
* Add optional goto definition support for native symbolsgeequlim2019-08-111-56/+8
* Add generate script api to dictionary supportGeequlim2019-08-111-0/+14
* Improve symbol resolve for inner classesGeequlim2019-08-111-13/+40
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-39/+25
* Add optional smart resolve sulotiongeequlim2019-08-111-7/+64
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-1/+311
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+153