aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientfunctionhint.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-2/+2
* LSP: Add support for activeParameter of SignatureInformationDavid Schulz2021-09-301-4/+5
* LanguageClient: remove codeassist proposal handlerDavid Schulz2021-09-281-14/+5
* LanguageClient: export FunctionHint code assistDavid Schulz2021-09-171-19/+4
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+2
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-5/+16
* LanguageClient: highlight current argument in function hintDavid Schulz2021-07-121-1/+20
* LanguageClient: Fix function hint range checkDavid Schulz2021-06-211-1/+1
* LanguageClient: Fix possible nullptr accessChristian Stenger2021-04-221-1/+6
* LanguageClient: Fix dynamic registered signature helpDavid Schulz2021-01-261-3/+4
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* LSP: Explicify APIDavid Schulz2020-07-151-2/+1
* LSP: fix codeassists running checkDavid Schulz2020-05-141-6/+8
* LSP: do not create empty function hint proposal modelDavid Schulz2020-05-141-3/+7
* 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/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* LanguageClient: add signature help providerDavid Schulz2019-05-211-0/+144