summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/lsp.hpp
AgeCommit message (Expand)Author
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-05-15Fix incorrect capabilities notification in LSPOliver Frank
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-03-24Move DocData and Collada out of their subfoldersRémi Verschelde
2020-01-11Remove completion triggers for ',' and '(' which may conflict with signature ...geequlim
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-22Fix typos with codespellRémi Verschelde
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-09lsp: Send godot class tree to clientsGeequlim
2019-10-05Format documentations to markdown only when neededgeequlim
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-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
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