summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/baseclient.h
Commit message (Expand)AuthorAgeFilesLines
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-185/+0
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-39/+7
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-0/+6
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+3
* LSP: add outline supportDavid Schulz2019-01-101-0/+3
* LSP: add convenient log function for a response errorDavid Schulz2018-12-031-0/+4
* LSP: simplify request response typeDavid Schulz2018-11-201-2/+2
* LSP: support file pattern filter and multiple mime types for lsp clientsDavid Schulz2018-10-181-3/+3
* LSP: fix crashing and leaking memoryDavid Schulz2018-10-161-0/+3
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-151-3/+4
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-201-2/+2
* LSP: store settings on the heapDavid Schulz2018-09-201-2/+2
* LSP: limit the number of server restart attemptsDavid Schulz2018-09-201-1/+2
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-2/+5
* LSP: const correct ShowMessageParams::toString()David Schulz2018-09-131-1/+1
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-1/+4
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-101-3/+3
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+190