aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclient.qbs
Commit message (Expand)AuthorAgeFilesLines
* LSP: Add type hierarchy supportChristian Kandeler2024-03-151-3/+4
* LanguageClient: Hide plugin class definition in cpphjk2024-01-161-1/+0
* LanguageClient: Fix qbs mingw buildChristian Stenger2023-10-201-0/+5
* qbs build: Clean up testing infrastructureChristian Kandeler2023-09-191-4/+1
* LanguageClient: Rename clientrequesttask.{cpp,h} -> clientrequest.{cpp,h}Jarek Kobus2023-08-171-2/+2
* Reduce usage of app_version headerEike Ziller2023-06-261-2/+0
* Tasking::CurrentDocumentSymbolsRequest: RenameJarek Kobus2023-05-041-2/+2
* Introduce CurrentSymbolsRequestTaskJarek Kobus2023-04-211-0/+2
* LanguageClient: Introduce ClientRequestTaskDavid Schulz2023-03-211-0/+2
* LSP: implement call hierarchyDavid Schulz2023-01-111-0/+2
* Add plugintr.h files to all pluginshjk2022-06-271-1/+1
* LanguageClient: set the client info in initialize paramsDavid Schulz2022-05-061-0/+2
* LanguageClient: add snippet parsingDavid Schulz2021-06-101-0/+6
* ClangCodeModel: Add experimental clangd supportChristian Kandeler2021-04-221-0/+2
* LanguageServerProtocol: add progress supportDavid Schulz2021-03-161-0/+2
* LanguageClient: Rename logger -> inspectorDavid Schulz2021-02-151-2/+2
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-151-0/+2
* LSP: add symbol support classDavid Schulz2020-05-191-0/+2
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+2
* LanguageClient: add lsp based auto formatterDavid Schulz2020-01-221-0/+2
* LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+2
* LanguageClient: add signature help providerDavid Schulz2019-05-211-0/+2
* LanguageClient: add hover handlerDavid Schulz2019-05-171-0/+2
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+2
* LanguageClient: add cache for document symbolsDavid Schulz2019-04-251-0/+2
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-2/+4
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-2/+2
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-0/+2
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-251-0/+2
* LSP: add outline supportDavid Schulz2019-01-101-0/+2
* LSP: add resource file to qbs project fileDavid Schulz2018-10-101-0/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+31