Can't find code errors easily
There's a bunch of red lines on the right side (overlapping the transparent scrollbar), and in Eclipse I'm used to just clicking on the red line or dragging the scrollbar to it and having the error pop up or show up easily; in PHPStorm it isn't that simple, sometimes nothing shows, sometimes a bunch of nonsense suggestions show, and sometimes an actual error shows.
How do I just zero in on the errors?
If I click on the red exclamation point, it shows a summary but I can't click anything there to see the errors. http://imgur.com/QDe9wUS
请先登录再写评论。
Hi there,
In such situation I would use "Code | Inspect Code..." and run it on current file -- all results will be listed in dedicated tool window (somehow similar to Eclipse, I guess).
You could also try using F2/Shift+F2 (using Default keymap) to navigate between errors (see https://www.jetbrains.com/help/phpstorm/2016.1/navigating-to-next-previous-error.html?search=error ) but I have personally don't really use it so not sure how useful/convenient it is.