aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.h
Commit message (Expand)AuthorAgeFilesLines
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-151-7/+2
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+4
* LSP: Compress document change notificationsDavid Schulz2020-06-221-0/+8
* LSP: add symbol support classDavid Schulz2020-05-191-2/+4
* LSP: react on file list changed signal from projectDavid Schulz2020-05-131-0/+1
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-0/+5
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-111-0/+2
* LanguageClient: add lsp based auto formatterDavid Schulz2020-01-221-2/+6
* LanguageClient: create TextMarks only for active clientsDavid Schulz2019-10-171-1/+1
* LanguageClient: export manager, client and settingsDavid Schulz2019-09-191-1/+2
* LanguageClient: Fix typoDavid Schulz2019-09-191-1/+1
* LanguageClient: have one active client per open documentDavid Schulz2019-09-191-1/+3
* LanguageClient: remember opened documents by TextEditor::TextDocumentDavid Schulz2019-09-161-2/+2
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-5/+5
* LanguageClient: remove unused functionDavid Schulz2019-09-121-1/+0
* LanguageClient: reset all assist providersDavid Schulz2019-09-111-4/+10
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-1/+4
* LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* LanguageClient: add signature help providerDavid Schulz2019-05-211-0/+2
* LanguageClient: add hover handlerDavid Schulz2019-05-171-0/+3
* LanguageClient: only replace the default completion providerDavid Schulz2019-05-171-1/+1
* LanguageClient: send partial document in update notificationDavid Schulz2019-05-131-2/+5
* LanguageClient: add option to start client per projectDavid Schulz2019-04-291-0/+3
* LanguageClient: add cache for document symbolsDavid Schulz2019-04-251-0/+3
* LanguageClient: show icon with assigned server names in toolbarDavid Schulz2019-04-031-2/+2
* LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-121-0/+1
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-2/+9
* LSP: move text marks from the manager to the individual clientsDavid Schulz2019-02-041-5/+14
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-0/+185