summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Editor: Allow defining custom snippet parser functionDavid Schulz2021-05-251-2/+5
* LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-251-3/+5
|\
| * LanguageClient: fix dynamic registered completion providerDavid Schulz2021-01-221-3/+5
* | Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
|/
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-1/+1
|\
| * LanguageClient: Fix regular expressionChristian Stenger2020-09-091-1/+1
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-5/+3
* | TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-2/+3
* | LSP: Explicify APIDavid Schulz2020-07-151-2/+2
* | LSP: workaround msvc 2017 bugDavid Schulz2020-07-141-3/+2
|/
* LSP: Compress document change notificationsDavid Schulz2020-06-221-2/+24
* LanguageClient: Replace QRegexp by QRegularExpressionChristian Stenger2020-06-191-3/+3
* LSP: fix codeassists running checkDavid Schulz2020-05-141-5/+5