-
Greetings, I am working with the Clangd LSP server with my c projects. I know Clangd has a "quick fix" feature, when I made a low-level mistake, Clangd showed the mistake and told me "(fix available)" at the end of a warning/error message. However, I cannot find a way to view or apply any fixes provided by Clangd. And my question is this:
The document for clangd features: errors and wrarnings does not help. There is no "lightbulb" symbol showing up in Vim as demonstrated in the document. Any idea or help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After researching the related topic, the fixes can be listed and applied using the following command: |
Beta Was this translation helpful? Give feedback.
After researching the related topic, the fixes can be listed and applied using the following command:
:LspCodeAction
.