The only solution I found was to fix the compilation error; -)
The workaround is to use the "Dynamic Help" window (from the help menu or CTRL-F1, D), the compilation error is at the top of the list, but the next item will be indicated.
For those who do not understand the question, here is a trivial, unrealistic example:
int myInt = new int(3);
As soon as you delete the line, "new int (3);" the bit is underlined in red, but if you select the second "int" and press F1, you will get help with declaring integers.
However, if you compile it, the insult section is underlined with a blue line and selects 'int', and pressing F1 helps you with a compilation error. This is not just a case of moving the focus to the error list window.
source share