Age | Commit message (Expand) | Author |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-07 | Remove extraneous return to LSP | Francois Belair |
2021-10-01 | Fix empty line hover; fix open non-res:// script | Francois Belair |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde |
2021-08-06 | Fix LSP completion crashing on scene-less scripts | Francois Belair |
2021-08-05 | Merge pull request #48615 from Razoric480/lsp-rename | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Implement didSave notification and rename request | Francois Belair |
2021-07-08 | Implement didClose notification in LSP | Francois Belair |
2021-04-14 | Make LSP update the filesystem of changed scripts | Francois Belair |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-06-08 | GDScript LSP: Fix crash in notify_client | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-02-12 | Fix hover symbol content position | geequlim |
2020-01-10 | LSP: Fix bracket completion for functions with one argument | Geequlim |
2020-01-09 | GDScript LSP: Implement signatureHelp | geequlim |
2020-01-04 | GDScript LSP: Implement goto declaration | geequlim |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-04 | Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr... | geequlim |
2019-10-04 | Fix enumeration value of SymbolKind. | geequlim |
2019-10-03 | Implement DocumentLink of GDScript LSP Server | geequlim |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-08-11 | Improve code compeletion for virtual methods with signatures | geequlim |
2019-08-11 | Add optional goto definition support for native symbols | geequlim |
2019-08-11 | Add generate script api to dictionary support | Geequlim |
2019-08-11 | Improve symbol resolve for inner classes | Geequlim |
2019-08-11 | Improved performance for completion and symbol resolvation. | Geequlim |
2019-08-11 | Add optional smart resolve sulotion | geequlim |
2019-08-11 | Add a symbol pool to cache all native symbols and workspackes symbols. | geequlim |
2019-08-11 | Add GDScript Language Protocol plugin | geequlim |