aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientfunctionhint.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: improve clangd function hintDavid Schulz2024-03-111-24/+13
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-1/+1
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-6/+5
* Editor: unify assist processor handlingDavid Schulz2022-11-141-6/+1
* Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/7.0' into 8.0Eike Ziller2022-06-021-0/+2
|\
| * LanguageClient: Avoid crashes when language client is invalidAaron Barany2022-05-311-0/+2
* | LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-1/+1
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-091-0/+1
|\|
| * LanguageClient: track running function hint processorDavid Schulz2022-05-061-0/+1
* | 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