| Summary: | Option to disable diagnostic highlighting, completions | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Diggory Hardy <kde2> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | 4wy78uwh, christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/707c498a12bb44d90ceca204556080b353c61b7a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Diggory Hardy
2023-11-06 10:38:28 UTC
Settings -> LSP Client -> Show Program Diagnostics OR Right click, LSP -> More -> Show Diagnostics Notifications... There is no way to disable lsp completions though. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1652 Git commit 707c498a12bb44d90ceca204556080b353c61b7a by Waqar Ahmed. Committed on 14/11/2024 at 12:58. Pushed by waqar into branch 'master'. Allow to disable auto lsp completions With this option, the completions will still show if you press Ctrl-Space i.e., do a manual invocation but won't show if you are just typing. M +10 -1 addons/lspclient/lspclientcompletion.cpp M +1 -0 addons/lspclient/lspclientcompletion.h M +23 -18 addons/lspclient/lspclientconfigpage.cpp M +3 -0 addons/lspclient/lspclientplugin.cpp M +1 -0 addons/lspclient/lspclientplugin.h M +15 -0 addons/lspclient/lspclientpluginview.cpp M +23 -16 addons/lspclient/lspconfigwidget.ui https://invent.kde.org/utilities/kate/-/commit/707c498a12bb44d90ceca204556080b353c61b7a |