https://bugs.kde.org/show_bug.cgi?id=458554
Bug ID: 458554
Summary: LSP plugin quickfix action has no effect anymore
Product: kate
Version: Git
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: application
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Double-clicking an [quickfix] action item in the LSP Diagnostics view has no
effect anymore.
STEPS TO REPRODUCE
1. Consider the following sample C++ code with activated LSP plugin
int main()
{
std::string someString { "foo" };
return 0;
}
2. Open the LSP diagnostics view
The view should show the following content:
[clang] (undeclared_var_use) Use of undeclared identifier 'std' (fix available)
-> [quickfix] Include <string> for symbol std::string
3. Double-click on the line entry [quickfix]
OBSERVED RESULT
Nothing happens.
EXPECTED RESULT
The quickfix should be executed, i.e. the appropriate include statement should
be inserted.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
ADDITIONAL INFORMATION
Kate has been compiled with HEAD == e1b4bc5c
--
You are receiving this mail because:
You are watching all bug changes.