aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.h
Commit message (Expand)AuthorAgeFilesLines
* ClangCodeModel: Work around clangd cursor issueChristian Kandeler2021-12-031-0/+2
* LanguageClient: remove semantic highlighting proposalDavid Schulz2021-11-291-3/+0
* LanguageClient: make sure to send a response to a requestDavid Schulz2021-11-191-2/+2
* LanguageClient: Allow clients to provide extra tabs for inspectorChristian Kandeler2021-11-171-0/+10
* Remove unneeded includes of QProcessJarek Kobus2021-11-031-1/+0
* LanguageClient: add a human readable version of client stateDavid Schulz2021-11-011-0/+1
* LanguageClient: Allow to log to console rather than message windowChristian Kandeler2021-10-151-0/+3
* ClangCodeModel: Cache clangd's ASTChristian Kandeler2021-09-281-0/+1
* LanguageClient: remove codeassist proposal handlerDavid Schulz2021-09-281-2/+0
* LanguageClient: Pass out a mutable Project objectChristian Kandeler2021-09-241-2/+2
* ClangCodeModel: Get document symbols immediatelyChristian Kandeler2021-09-161-2/+1
* LanguageClient: Do not update semantic tokens on every document updateChristian Kandeler2021-09-151-1/+3
* LanguageClient: Improve use of Client::m_documentsToUpdateChristian Kandeler2021-09-141-1/+3
* ClangCodeModel: Use dedicated completion assist provider for clangdChristian Kandeler2021-09-141-2/+1
* LanguageClient: Remove spurious declarationChristian Kandeler2021-09-141-1/+0
* LanguageClient: Re-highlight also on empty deltasChristian Kandeler2021-09-071-4/+0
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-0/+9
* clangd: add setting for document update timeoutDavid Schulz2021-08-161-0/+1
* clangd: open documents just onceDavid Schulz2021-08-111-0/+1
* ClangD: skip automatic code action requestDavid Schulz2021-08-111-0/+2
* LanguageClient: fix typoDavid Schulz2021-08-101-1/+1
* LanguageClient: Do not send document updates when canceling a requestChristian Kandeler2021-07-091-1/+5
* ClangCodeModel: Provide highlighting via clangdChristian Kandeler2021-07-051-0/+3
* ClangCodeModel: Provide outline via clangdChristian Kandeler2021-07-011-0/+3
* ClangCodeModel: Provide diagnostics via clangdChristian Kandeler2021-06-281-1/+5
* LanguageClient: manually track document versionDavid Schulz2021-06-151-0/+2
* LanguageClient: Allow to look up the document for a given file pathChristian Kandeler2021-05-031-0/+1
* LanguageClient: Expose server informationChristian Kandeler2021-05-031-0/+4
* LanguageClient: remove unneeded document actions blockerDavid Schulz2021-04-271-2/+0
* LanguageClient: Add signal to inform about WorkDoneProgressEndChristian Kandeler2021-04-271-0/+1
* LanguageClient: Add the possibility to override progress messagesChristian Kandeler2021-04-261-0/+2
* ClangCodeModel: Add experimental clangd supportChristian Kandeler2021-04-221-0/+9
* LSP: add semantic tokensDavid Schulz2021-04-211-0/+6
* LanguageClient: do not auto-assign documents to all clientsDavid Schulz2021-04-201-0/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-1/+1
|\
| * LanguageClient: track document highlight request based on widgetsDavid Schulz2021-04-071-1/+1
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-181-0/+2
|\|
| * LanguageClient: compress documentHighlight requestsDavid Schulz2021-03-161-0/+2
* | LanguageServerProtocol: add progress supportDavid Schulz2021-03-161-0/+3
|/
* LanguageClient: Add the project display name to the client nameDavid Schulz2021-02-231-1/+1
* Android: generate .project and .classpathDavid Schulz2021-02-231-3/+3
* LanguageClient: remove unused function declarationsDavid Schulz2021-02-221-5/+0
* JLS: add special java client that can execute jls commandsDavid Schulz2021-02-191-1/+1
* LanguageClient: clean up client interface declarationDavid Schulz2021-02-181-43/+44
* LanguageClient: move capabilities widget to inspectorDavid Schulz2021-02-181-1/+2
* LanguageClient: remove dead codeDavid Schulz2021-02-161-1/+0
* LanguageClient: improve Server startupDavid Schulz2021-02-161-1/+1
* LanguageClient: remove unused formatting functionsDavid Schulz2021-02-121-3/+0
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-1/+1
* LanguageClient: use less magic when changing settingsDavid Schulz2021-01-291-2/+0