summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_text_document.h
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-07-17Implement didSave notification and rename requestFrancois Belair
2021-07-08Implement didClose notification in LSPFrancois Belair
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-04GDScript LSP: Implement goto declarationgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim