aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: pass a document instead of a cursor to Utils::Text::textAtDavid Schulz2025-01-131-2/+2
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-051-1/+6
|\
| * LanguageClient: fix hasItemsToPropose check in completion modelDavid Schulz2024-12-041-1/+6
* | Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
|/
* LanguageClient: automatically apply generic completion itemsDavid Schulz2024-11-081-1/+5
* Editor: remove TextDocumentManipulatorDavid Schulz2024-07-011-10/+12
* Editor: Simplify TextDocumentManipulatorDavid Schulz2024-06-271-1/+1
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-071-10/+8
* Various plugins: Remove unused variablesJarek Kobus2024-01-291-4/+0
* LanguageClient: fix crash in completion assistDavid Schulz2023-12-141-1/+1
* Merge remote-tracking branch 'origin/11.0'David Schulz2023-08-221-9/+15
|\
| * LanguageClient: fix showing obsolete proposalsDavid Schulz2023-08-111-9/+15
* | LanguageClient: always rerequest completionsDavid Schulz2023-05-251-20/+1
|/
* Utils: make column of convertPosition 0-based to merge it into PositionDavid Schulz2023-05-241-1/+0
* TextEditor: prevent crash on updating the completion modelDavid Schulz2023-01-191-1/+6
* 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: ensure something is selected after model updateDavid Schulz2022-12-081-5/+8
* LanguageClient: move completion rerequest logicDavid Schulz2022-11-291-18/+107
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-17/+16
* Editor: unify assist processor handlingDavid Schulz2022-11-141-6/+1
* LanguageClient: fix compileDavid Schulz2022-11-111-2/+2
* LanguageClient: use internal filtering if we got all completionsDavid Schulz2022-11-111-1/+8
* Editor: delete assist interface in lsp/clangd supportDavid Schulz2022-11-081-3/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-9/+9
* LanguageClient: Support limit parameter for completion requestChristian Kandeler2022-08-041-0/+2
* LanguageClient: remove fragile flag from lsp proposalsDavid Schulz2022-07-111-1/+0
* ClangCodeModel: Special rendering for deprecated completion itemsChristian Kandeler2022-06-201-0/+9
* LanguageClient: move relevant snippets to the frontDavid Schulz2022-06-151-6/+8
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-1/+1
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-8/+6
* LanguageClient: show snippets only completion proposals againDavid Schulz2022-02-231-1/+1
* LanguageClient: fix crash on completion assist cancelDavid Schulz2021-12-081-2/+4
* LanguageClient: Only present snippets in addition to proper completionsChristian Kandeler2021-10-151-1/+1
* clangd: introduce ClangdCompletionItemDavid Schulz2021-09-291-33/+26
* LanguageClient: remove codeassist proposal handlerDavid Schulz2021-09-281-13/+15
* LanguageClient: export LanguageClientCompletionItemDavid Schulz2021-09-281-33/+0
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+2
* LanguageClient: export completion assistantDavid Schulz2021-09-021-31/+0
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-301-1/+15
|\
| * LSP: Do not sort completion items if none sets sortTextEike Ziller2021-08-301-1/+12
* | ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-18/+71
|/
* LanguageClient: fix completion item isSnippetDavid Schulz2021-07-121-1/+1
* LanguageClient: prevent removing duplicated completion itemsDavid Schulz2021-07-091-0/+1
* LanguageClient: add snippet parsingDavid Schulz2021-06-101-5/+11
* LanguageClient: filter completion resultsDavid Schulz2021-06-011-7/+19