aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclienthoverhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-4/+5
* ClangCodeModel: Provide tooltips via clangdChristian Kandeler2021-06-301-4/+23
* LanguageClient: correctly track current hover requestDavid Schulz2021-06-071-0/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-1/+2
|\
| * LanguageClient: Do not send hover requests to unreachable serverDavid Schulz2021-04-071-1/+2
* | LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
|/
* LSP: support WorkDoneProgressOptions in server capabilitiesDavid Schulz2021-02-151-1/+5
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-1/+1
* LanguageClient: fix dynamic registered hover providerDavid Schulz2021-01-251-3/+1
* LSP: Explicify APIDavid Schulz2020-07-151-2/+1
* LSP: remove qt version check for markdownDavid Schulz2020-07-101-16/+4
* LSP: show tooltips for diagnosticsDavid Schulz2020-05-041-1/+10
* LanguageClient: Support markdown tool tips with Qt 5.14Eike Ziller2019-11-191-0/+4
* LanguageClient: Show markdown tool tips as plain textEike Ziller2019-10-251-3/+6
* LanguageClient: Remove unnecessary function re-implementationEike Ziller2019-10-251-8/+0
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-1/+1
* LanguageClient: add hover handlerDavid Schulz2019-05-171-0/+148