summaryrefslogtreecommitdiff
path: root/src/libs/languageserverprotocol/lsptypes.h
Commit message (Expand)AuthorAgeFilesLines
* ClangCodeModel: Optimize getAstPath()Christian Kandeler2021-10-111-0/+9
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-1/+1
* ClangCodeModel: Provide outline via clangdChristian Kandeler2021-07-011-0/+3
* LSP: prevent comment warningDavid Schulz2021-06-171-1/+1
* LSP: fix DocumentFilter glob matcherDavid Schulz2021-06-151-1/+15
* LSP: Add Range::contains(Range)Christian Kandeler2021-04-281-2/+13
* LSP: reduce error handling complexityDavid Schulz2021-03-021-32/+23
* LSP: fix WorkspaceEdit documentChanges keyDavid Schulz2021-02-191-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-131-3/+3
|\
| * LSP: use DocumentUri as workspaceFolderDavid Schulz2020-08-131-3/+3
* | LSP: Explicify APIDavid Schulz2020-07-151-5/+5
* | LSP: remove qt version check for markdownDavid Schulz2020-07-101-0/+2
|/
* LSP: Fix TextDocumentEdit member nameDavid Schulz2020-06-121-3/+4
* LanguageClient: introduce new type for gorgeous formatted errorsDavid Schulz2020-02-121-18/+21
* LanguageServer: Remove warningshjk2020-01-221-1/+1
* LanguageClient: add lsp based auto formatterDavid Schulz2020-01-221-1/+4
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* LanguageServerProtocol: Fix build on macOSChristian Stenger2019-05-171-1/+1
* LanguageClient: add hover handlerDavid Schulz2019-05-171-6/+20
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+2
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-3/+8
* LSP: add compare operator for PositionDavid Schulz2018-12-131-0/+8
* LSP: add support for hierarchical document symbolsDavid Schulz2018-12-031-0/+35
* LSP: use implicit conversion to QJsonValue for QLanguageClientValueDavid Schulz2018-09-131-1/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+505