A way to show all analysis/inspection problems?
We have the side validation bar showing potential problems and inspections. That's great! But I'd like a more thorough view with a list of the messages produced in that bar, preferably clickable to reach the code place. In my current case, it's for sass files. I would like to see sass errors as soon as possible, and I don't use WebStorm for compilation. The validation bar is a little too subtle and indirect.
If possible, how do I accomplish this. If not, I guess this is a feature request.
Please sign in to leave a comment.
please see https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000033264-View-All-Project-Errors-Warnings
Hello Elena, and thanks for the reply!
Yes, however, it seems like the Inspection window requires you to run an inspection first, and thus it doesn't fit into the workflow on the current file. I want to see the errors as I'm producing them, without having to save the file and definitely without actively choosing "Run inspections". In other words, just like the side bar.
Using the error stripe marks in the right gutter is the only way to go then. you can see error messages in tooltips while hovering over the strip mark, and clicking it will navigate to the code where the error occurs. Note also that you can use Navigate/Next Highlighted error (F2) or Previous Highlighted error (Shift+F2) to jump to next/previous error
Right...yes thanks. I actually didn't know about the shortcuts for navigation. I'll open a feature request