lsp-java
lsp-java copied to clipboard
How to goto the error line quickly?
I have the following status bar
It says there are 51 apparent issues, my question is that is there a way to navigate to the 51 errors quickly without the need to go through each of 10598 items another. Thanks!
you may use helm-lsp-diagnostics or ivy/consult equivalents
excellent! Thank you every much!