summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: add uri_decode to root_uri #63388Lamia2022-08-311-3/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...Lamia2022-08-082-4/+4
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-313-0/+3
* Merge pull request #63049 from Faless/mp/4.x_as_moduleRémi Verschelde2022-07-281-3/+1
|\
| * [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-3/+1
* | LSP: Sanitizes protocol URI `file:///c%3A` in file pathLamia2022-07-281-1/+3
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-255-9/+9
* Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-051-0/+4
* Merge pull request #59482 from kurtlachmann/lsp_better_parenthesesRémi Verschelde2022-06-152-7/+3
|\
| * Use insertText from the internal autocompletionKurt Lachmann2022-03-242-7/+3
* | Add a new HashSet templatereduz2022-05-201-1/+1
* | Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* | Replace most uses of Map by HashMapreduz2022-05-165-42/+42
* | Add a new HashMap implementationreduz2022-05-124-59/+41
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-8/+3
* | 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