summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_text_document.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GDExtension support to Scriptreduz2022-03-271-12/+14
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove extraneous return to LSPFrancois Belair2021-12-071-3/+0
* Fix empty line hover; fix open non-res:// scriptFrancois Belair2021-10-011-0/+3
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde2021-08-131-2/+2
* Fix LSP completion crashing on scene-less scriptsFrancois Belair2021-08-061-3/+7
* Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde2021-08-051-0/+28
|\
| * Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+28
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+7
* | Optimize StringName usagereduz2021-07-181-2/+2
|/
* Implement didClose notification in LSPFrancois Belair2021-07-081-0/+6
* Make LSP update the filesystem of changed scriptsFrancois Belair2021-04-141-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-081-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+3
* Fix hover symbol content positiongeequlim2020-02-121-0/+2
* LSP: Fix bracket completion for functions with one argumentGeequlim2020-01-101-1/+1
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+15
* GDScript LSP: Implement goto declarationgeequlim2020-01-041-54/+67
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-041-1/+22
* Fix enumeration value of SymbolKind.geequlim2019-10-041-24/+28
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-2/+11
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
* Improve code compeletion for virtual methods with signaturesgeequlim2019-08-111-1/+1
* Add optional goto definition support for native symbolsgeequlim2019-08-111-6/+38
* Add generate script api to dictionary supportGeequlim2019-08-111-15/+15
* Improve symbol resolve for inner classesGeequlim2019-08-111-8/+14
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-55/+88
* Add optional smart resolve sulotiongeequlim2019-08-111-48/+136
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-1/+56
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+177