summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Add GDExtension support to Scriptreduz2022-03-273-15/+17
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+7
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* String: Add contains().Anilforextra2022-02-042-3/+3
* 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-0311-22/+22
* Remove extraneous return to LSPFrancois Belair2021-12-071-3/+0
* Merge pull request #55624 from Razoric480/raz/cs-lsp-signalRémi Verschelde2021-12-061-1/+5
|\
| * Prevent LSP adding signal func to non GDScriptsFrancois Belair2021-12-041-1/+5
* | Auto-Increment Debugger PortNathan Franke2021-12-041-1/+1
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-1/+1
* Fix LSP crash when parsing signal symbols.Francois Belair2021-11-071-1/+1
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-43/+43
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* GDScript: Report property type errorsZuBsPaCe2021-10-081-1/+1
* Fix empty line hover; fix open non-res:// scriptFrancois Belair2021-10-013-3/+9
* Use range iterators for `Map`Lightning_A2021-09-304-27/+27
* Make LSP report _init instead of Object::newFrancois Belair2021-09-292-3/+6
* Remove duplicate WorkspaceEdit from LSPFrancois Belair2021-09-251-40/+10
* Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde2021-09-255-0/+126
|\
| * Implement applyEdit in LSP for signal connectingFrancois Belair2021-07-115-0/+126
* | LSP: Add support for custom host settingJohn J. Donna II2021-09-202-2/+6
* | 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
|\