aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientcompletionassist.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-0/+4
* LSP: CompletionRequest: set triggerCharacter when possibleAlexis Murzeau2020-05-111-3/+8
* LanguageClient: Fix passing proposalsChristian Stenger2020-03-021-9/+8
* Editor: Fix crash in codeassistDavid Schulz2020-02-261-2/+5
* CodeAssistant: add cancel to asynchronous processorsDavid Schulz2020-02-201-4/+13
* LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-041-1/+1
* 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
* LSP: reredo completion replacement logicDavid Schulz2019-05-091-4/+17
* LanguageClient: Use empty icon for unknown completion item kindNikolai Kosjar2019-05-081-2/+1
* LanguageClient: enable commit characters for completion itemsDavid Schulz2019-05-071-2/+11
* LanguageClient: redo completion replacement logicDavid Schulz2019-05-061-10/+5
* LSP: add completion context to completion requestDavid Schulz2019-04-251-0/+1
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+405