summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_workspace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GDExtension support to Scriptreduz2022-03-271-2/+2
* String: Add contains().Anilforextra2022-02-041-2/+2
* Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-1/+1
|\
| * Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-1/+1
* | Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Prevent LSP adding signal func to non GDScriptsFrancois Belair2021-12-041-1/+5
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* Use range iterators for `Map`Lightning_A2021-09-301-16/+16
* Make LSP report _init instead of Object::newFrancois Belair2021-09-291-2/+5
* Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde2021-09-251-0/+52
|\
| * Implement applyEdit in LSP for signal connectingFrancois Belair2021-07-111-0/+52
* | Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-061-13/+15
* | Fix LSP parsing get_node only from the scene rootFrancois Belair2021-08-051-1/+22
* | Merge pull request #51247 from pycbouh/docs-extract-theme-itemsRémi Verschelde2021-08-051-6/+12
|\ \
| * | Add theme item descriptions to the online documentationYuri Sizov2021-08-041-6/+12
* | | Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde2021-08-051-0/+84
|\ \ \ | |/ / |/| |
| * | Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+84
| |/
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+4
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Translate file path to URI on LSP symbol requestsFrancois Belair2021-06-171-1/+3
* Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-0/+11
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* 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