summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_text_document.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
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-06-15Merge pull request #59482 from kurtlachmann/lsp_better_parenthesesRémi Verschelde
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-27Add GDExtension support to Scriptreduz
2022-03-24Use insertText from the internal autocompletionKurt Lachmann
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-07Remove extraneous return to LSPFrancois Belair
2021-10-01Fix empty line hover; fix open non-res:// scriptFrancois Belair
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-13Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde
2021-08-06Fix LSP completion crashing on scene-less scriptsFrancois Belair
2021-08-05Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-17Implement didSave notification and rename requestFrancois Belair
2021-07-08Implement didClose notification in LSPFrancois Belair
2021-04-14Make LSP update the filesystem of changed scriptsFrancois Belair
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-06-08GDScript LSP: Fix crash in notify_clientRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-02-12Fix hover symbol content positiongeequlim
2020-01-10LSP: Fix bracket completion for functions with one argumentGeequlim
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-04GDScript LSP: Implement goto declarationgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-04Fix enumeration value of SymbolKind.geequlim
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-11Improve code compeletion for virtual methods with signaturesgeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim