summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_workspace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* 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-041-3/+3
* Have GDScriptWorkspace::list_script_files respect .gdignore.R. Alex Hofer2024-04-201-11/+18
* GDScript: Canonicalize script path in FQCNDanil Alexeev2024-02-261-2/+2
* GDScript: Fix extension comparison for exported scriptsDanil Alexeev2024-02-151-2/+2
* Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...BooksBaum2023-09-111-82/+117
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Fix GDScript LSP variable renameAdam Scott2023-04-221-9/+31
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-18/+18
* 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-081-3/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* LSP: Sanitizes protocol URI `file:///c%3A` in file pathLamia2022-07-281-1/+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-161-28/+28
* Add a new HashMap implementationreduz2022-05-121-12/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* Add GDExtension support to Scriptreduz2022-03-271-2/+2
* String: Add contains().Anilforextra2022-02-041-2/+2
* 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-031-2/+2
* Prevent LSP adding signal func to non GDScriptsFrancois Belair2021-12-041-1/+5
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-0/+2
* Use range iterators for `Map`Lightning_A2021-09-301-16/+16
* Make LSP report _init instead of Object::newFrancois Belair2021-09-291-2/+5
* Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde2021-09-251-0/+52
|\
| * Implement applyEdit in LSP for signal connectingFrancois Belair2021-07-111-0/+52
* | Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-061-13/+15
* | 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-051-0/+84
|\ \ \ | |/ / |/| |
| * | Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+84
| |/
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+4
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Translate file path to URI on LSP symbol requestsFrancois Belair2021-06-171-1/+3
* Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-0/+11
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2