summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2711-22/+22
* Rebrand preambles to RedotSpartan3222024-10-1311-0/+22
* LSP: Don't use smart resolve for completionHolonProduction2024-09-171-13/+0
* LSP: Omit some values based on specification version 3.17HolonProduction2024-09-171-12/+20
* Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-1/+1
* [GDScript LSP] Fix `show_native_symbol_in_editor`A Thousand Ships2024-05-261-1/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-4/+4
* Merge pull request #90975 from aaronfranke/plugin-orgRémi Verschelde2024-04-291-1/+1
|\
| * Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* | Have GDScriptWorkspace::list_script_files respect .gdignore.R. Alex Hofer2024-04-201-11/+18
|/
* Allow LSP to process multiple messages per pollMikael Hermansson2024-03-084-13/+25
* GDScript: Canonicalize script path in FQCNDanil Alexeev2024-02-261-2/+2
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+4
* GDScript: Fix extension comparison for exported scriptsDanil Alexeev2024-02-151-2/+2
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-1/+1
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-292-13/+13
* Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-1/+1
|\
| * Hot-reload only changed scriptsrune-scape2024-01-021-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
|/
* Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-3/+2
* Fix external editor hot reloadOmar Shehata2023-10-071-0/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* Omit quotes from completion if triggered with quote0x44482023-09-212-0/+20
* Add `--lsp-port` as a command line argumentryanabx2023-09-182-3/+6
* Fix dumping of signal API parametersWilliam Edwards2023-09-121-1/+1
* Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...BooksBaum2023-09-118-350/+637
* Fixes LSP connection error when launched in a separate threadazuloo2023-08-161-0/+1
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-157-11/+18
* LSP: don't send empty completion commandАлександр Черник2023-05-061-1/+3
* Fix GDScript LSP variable renameAdam Scott2023-04-223-19/+45
* Merge pull request #76197 from dalexeev/fix-error-macro-misusesYuri Sizov2023-04-181-1/+1
|\
| * Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | Fix typo when parsing LSP function parametersAdam Scott2023-04-151-1/+1
|/
* Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
* GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-1/+1
* Fix internal editor not updating when using external editor via LSPRindbee2023-01-221-0/+1
* call update_exports from LSP didSave functionAdam Wardell2023-01-201-0/+1
* Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-0511-319/+319
* Fix use of comma instead of semicolonQuentin Guidée2022-12-171-1/+1
* Keep GDScriptAnalyzer alive for whole parse()Bartosz Bielecki2022-12-061-1/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-074-57/+55
* Merge pull request #66885 from atirut-w/lsp-doc-fixRémi Verschelde2022-10-051-4/+4
|\
| * LSP: Fix GDScript doc commentsAtirut Wattanamongkol2022-10-051-4/+4
* | Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee2022-10-043-13/+22
|/
* Fix out of sync when the script is edited externally via lspRindbee2022-09-251-0/+1