summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server
AgeCommit message (Expand)Author
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-17Fix use of comma instead of semicolonQuentin Guidée
2022-12-06Keep GDScriptAnalyzer alive for whole parse()Bartosz Bielecki
2022-11-29Use forward-declarations in big editor classestrollodel
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Merge pull request #66885 from atirut-w/lsp-doc-fixRémi Verschelde
2022-10-05LSP: Fix GDScript doc commentsAtirut Wattanamongkol
2022-10-04Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...Rindbee
2022-09-25Fix out of sync when the script is edited externally via lspRindbee
2022-08-31fix: add uri_decode to root_uri #63388Lamia
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-08fix: modifies workspace->root_uri so that p_uri is symmetrical to other opera...Lamia
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-28Merge pull request #63049 from Faless/mp/4.x_as_moduleRémi Verschelde
2022-07-28LSP: Sanitizes protocol URI `file:///c%3A` in file pathLamia
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-05Add grouping annotations for class properties in GDScriptYuri Sizov
2022-06-15Merge pull request #59482 from kurtlachmann/lsp_better_parenthesesRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-27Add GDExtension support to Scriptreduz
2022-03-24Use insertText from the internal autocompletionKurt Lachmann
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04String: Add contains().Anilforextra
2022-01-27Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-25Allow method binds to take Object subclasses as argumentsTechnoPorg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-07Remove extraneous return to LSPFrancois Belair
2021-12-06Merge pull request #55624 from Razoric480/raz/cs-lsp-signalRémi Verschelde
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-12-04Prevent LSP adding signal func to non GDScriptsFrancois Belair
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-07Fix LSP crash when parsing signal symbols.Francois Belair
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-08GDScript: Report property type errorsZuBsPaCe
2021-10-01Fix empty line hover; fix open non-res:// scriptFrancois Belair
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Make LSP report _init instead of Object::newFrancois Belair