aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientcompletionassist.h
Commit message (Expand)AuthorAgeFilesLines
* Editor: remove TextDocumentManipulatorDavid Schulz2024-07-011-1/+1
* Editor: Simplify TextDocumentManipulatorDavid Schulz2024-06-271-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageClient: move completion rerequest logicDavid Schulz2022-11-291-1/+4
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-2/+1
* Editor: unify assist processor handlingDavid Schulz2022-11-141-2/+1
* Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-1/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-4/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ClangCodeModel: Special rendering for deprecated completion itemsChristian Kandeler2022-06-201-0/+1
* clangd: introduce ClangdCompletionItemDavid Schulz2021-09-291-20/+12
* LanguageClient: remove codeassist proposal handlerDavid Schulz2021-09-281-6/+0
* LanguageClient: export LanguageClientCompletionItemDavid Schulz2021-09-281-0/+36
* Clangd: Create correct code assist processor in providerDavid Schulz2021-09-171-0/+1
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* ClangCodeModel: Use dedicated completion assist provider for clangdChristian Kandeler2021-09-141-2/+5
* LanguageClient: fix buildDavid Schulz2021-09-021-0/+2
* LanguageClient: export completion assistantDavid Schulz2021-09-021-1/+36
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-0/+25
* LanguageClient: fix dynamic registered completion providerDavid Schulz2021-01-221-1/+3
* LanguageClient: reset all assist providersDavid Schulz2019-09-111-0/+2
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+54