Issue
Whenever I'm just typing some code in Eclipse, and I click on the Error lightbulb on the gray ribbon area, my code just runs away from me, and I have to close the file and re-open it to see my code again. Can someone help me figure out how to STOP this? Thanks
Solution
I may have fixed this issue.
Going to the Eclipse settings, and to
Java > Editor
Uncheck the box "Only show the selected Java element."
This seems to fix the problem.
Answered By - Jon Wei
Answer Checked By - Mildred Charles (JavaFixing Admin)