We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim.diagnostic
When using vim.diagnostic.setloclist or vim.diagnostic.setqflist, the message in quickfix is not the content of that line. Expanding it results in
vim.diagnostic.setloclist
vim.diagnostic.setqflist
void example() { Use of undeclared identifier 'x' }
No response
strongly desired
The text was updated successfully, but these errors were encountered:
feat: display errors as virtual text when expanding context (#16)
6b79167
I've added some logic to better handle these cases. See if it does what you want!
Sorry, something went wrong.
No branches or pull requests
Did you check existing requests?
Describe the feature
When using
vim.diagnostic.setloclist
orvim.diagnostic.setqflist
, the message in quickfix is not the content of that line. Expanding it results inProvide background
No response
What is the significance of this feature?
strongly desired
Additional details
No response
The text was updated successfully, but these errors were encountered: