aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-4/+3
* ClangCodeModel: Retrieve all kinds of clangd tweaksChristian Kandeler2022-02-041-7/+0
* ClangCodeModel: Make clangd refactoring actions availableChristian Kandeler2022-02-011-19/+13
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* LanguageClient: export code action quick fixesDavid Schulz2021-06-301-20/+14
* LSP: prevent accessing already deleted clientDavid Schulz2021-06-171-5/+5
* LanguageClient: manually track document versionDavid Schulz2021-06-151-1/+1
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* LSP: Explicify APIDavid Schulz2020-07-151-1/+1
* LSP: fix codeassists running checkDavid Schulz2020-05-141-5/+5
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-0/+2
* CodeAssistant: add cancel to asynchronous processorsDavid Schulz2020-02-201-4/+13
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-1/+1
* LanguageClient: reset all assist providersDavid Schulz2019-09-111-1/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+166