summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde2021-08-131-2/+2
* Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-062-16/+22
* 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-055-2/+175
|\ \ | |/ |/|
| * Implement didSave notification and rename requestFrancois Belair2021-07-175-2/+175
* | Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-08-031-2/+2
|\ \
| * | Implemented initial DAP supportEv1lbl0w2021-08-021-2/+2
* | | Fix LSP reporting wrong typesFrancois Belair2021-07-262-31/+31
* | | Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-3/+3
* | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-20/+15
* | | [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+3
|/ /
* / Optimize StringName usagereduz2021-07-181-2/+2
|/
* Misc cleanup of header includesRémi Verschelde2021-07-151-3/+9
* Implement the ability to disable classesreduz2021-07-131-3/+3
* Implement didClose notification in LSPFrancois Belair2021-07-082-0/+7
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-4/+4
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-192-9/+6
* Translate file path to URI on LSP symbol requestsFrancois Belair2021-06-171-1/+3
* Rename Reference to RefCountedPedro J. Estébanez2021-06-114-8/+8
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* Merge pull request #47776 from Razoric480/foreportRémi Verschelde2021-05-064-19/+195
|\
| * Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-104-19/+195
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-063-4/+4
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+0
* | Make LSP update the filesystem of changed scriptsFrancois Belair2021-04-141-0/+1
|/
* Merge pull request #40276 from Taywee/masterRémi Verschelde2021-02-251-1/+1
|\
| * remove invalid codeLensProvider value from lspTaylor C. Richberger2020-07-111-1/+1
* | Fixed Invalid function bindings #46135Vignesh1-art2021-02-181-1/+1
* | Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-083-16/+11
* | Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-312-8/+4
|\ \
| * | Modernize ThreadPedro J. Estébanez2021-01-292-8/+4
* | | Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
|/ /
* | Update copyright statements to 2021Rémi Verschelde2021-01-0111-22/+22
* | Rename empty() to is_empty()Marcel Admiraal2020-12-285-26/+26
* | LSP: Fix iterator in enum API dumpRémi Verschelde2020-12-091-1/+1
* | Static analyzer fixes:bruvzg2020-12-091-1/+1
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-023-3/+5
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-076-8/+8
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-3/+3
* | GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques2020-08-171-1/+1
* | Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-3/+3
* | Reenable GDScript LSP serverGeorge Marques2020-07-2011-333/+319
* | New GDScript tokenizer and parserGeorge Marques2020-07-2011-0/+55
* | Include gdscript warning name in LSP message.Ryan Roden-Corrent2020-07-141-1/+1
|/
* GDScript LSP: Fix wrong error checks added in #39385Rémi Verschelde2020-06-152-5/+3
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-086-14/+23
* Fix incorrect capabilities notification in LSPOliver Frank2020-05-151-3/+3