summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/lsp.hpp
AgeCommit message (Expand)Author
2022-02-04String: Add contains().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-25Remove duplicate WorkspaceEdit from LSPFrancois Belair
2021-09-25Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde
2021-08-05Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde
2021-07-26Fix LSP reporting wrong typesFrancois Belair
2021-07-17Implement didSave notification and rename requestFrancois Belair
2021-07-11Implement applyEdit in LSP for signal connectingFrancois Belair
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-04-10Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair
2021-02-25Merge pull request #40276 from Taywee/masterRémi Verschelde
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-11remove invalid codeLensProvider value from lspTaylor C. Richberger
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