aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.h
Commit message (Expand)AuthorAgeFilesLines
* LSP: mark some clients as not activatableDavid Schulz2025-05-061-0/+2
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-6/+11
* lsp: do not restart servers shutting downSami Shalayel2025-01-301-0/+1
* LSP: Notify custom handlers also for non-custom methodsLukasz Papierkowski2025-01-241-1/+1
* qmlls: enabled/disable embedded codemodelSami Shalayel2024-12-041-2/+2
* LanguageClient: stabilize Manager ApiDavid Schulz2024-11-181-0/+1
* Export SemanticTokenSupportSemih Yavuz2024-09-041-0/+1
* qmlls client: opt out semantic highlighting for QtC 14.x, take 2Semih Yavuz2024-08-151-0/+1
* LanguageClient: add state changed signal to clientDavid Schulz2024-07-101-0/+1
* LanguageClient: Fix and export DynamicCapabilitiesDavid Schulz2024-06-241-0/+1
* LanguageClient: Let clients opt out of sending the didSave messageChristian Kandeler2024-05-211-0/+1
* LanguageClient: improve clangd function hintDavid Schulz2024-03-111-0/+2
* TextEditor: Move more code into RefactoringFileChristian Kandeler2023-11-171-1/+1
* LanguageClient: Reset maximum restart tries on explicit restartChristian Stenger2023-11-091-0/+1
* LanguageClient: Fix crashed client restart conditionDavid Schulz2023-10-201-0/+1
* LanguageClient: support additional goto targets in symbol supportDavid Schulz2023-09-291-2/+3
* CppEditor: Consider symbol occurrences in commentsChristian Kandeler2023-09-011-0/+4
* LanguageClient: cancel find link at requests on rerequestDavid Schulz2023-08-281-0/+7
* ClangCodeModel: Do not call FilePath::exists() on random stringsChristian Kandeler2023-07-041-0/+1
* ClangCodeModel: Adapt to new "inactiveRegions" notification in clangdChristian Kandeler2023-06-081-0/+5
* LanguageClient: add projects filter functionDavid Schulz2023-05-241-0/+1
* LanguageClient: Use Q_DISABLE_COPY_MOVEJarek Kobus2023-04-241-5/+1
* LanguageClient: Export LanguageClientOutlineItemChristian Kandeler2023-02-071-3/+3
* LanguageClient: close and reopen renamed documentsDavid Schulz2023-01-231-1/+2
* LanguageClient: Export ProgressManagerDavid Schulz2023-01-171-4/+2
* ClangCodeModel: reuse Id for restarted clientsDavid Schulz2023-01-121-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-4/+8
* Clangd indexing: Hide cancel button, open settings on clickEike Ziller2022-10-191-0/+2
* LanguageClient: correctly initialize editors of opened documentsDavid Schulz2022-09-231-0/+1
* ClangCodeModel: Implement per-session mode for clangdChristian Kandeler2022-09-051-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: Support limit parameter for completion requestChristian Kandeler2022-08-041-0/+3
* ClangCodeModel: Do not make clangd open all ui headersChristian Kandeler2022-08-021-0/+2
* ClangCodeModel: Switch to LSP-based UI header approachChristian Kandeler2022-06-021-0/+3
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-125/+31
* LanguageClient: Request semantic tokens right away on document saveChristian Kandeler2022-05-231-1/+2
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-9/+5
* LanguageClient: Move the interface out of the gui threadDavid Schulz2022-05-191-1/+2
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-171-3/+2
* Coco: Add coco hoverHandler if diagnostics are visibleDavid Schulz2022-05-161-0/+1
* LanguageClient: set the client info in initialize paramsDavid Schulz2022-05-061-0/+2
* LSP: Simplify content parsingDavid Schulz2022-04-141-4/+5
* LanguageClient: export DiagnosticManagerDavid Schulz2022-04-011-3/+2
* Python: ensure opened file is inside a workspaceDavid Schulz2022-03-211-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-111-1/+1
|\
| * ClangCodeModel: Suppress "Unknown argument" errorChristian Kandeler2022-03-021-1/+1
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-221-0/+1
|\|
| * LanguageClient: forcefully delete client after timeoutDavid Schulz2022-02-221-0/+1
* | ClangCodeModel: Request clangd quickfix for -Wswitch warningChristian Kandeler2022-02-171-0/+5