Code Fix Suggestions
Answered
I am pretty new to IntelliJ and programing in general. In school we used Eclipse, but I much prefer IntelliJ. However, when using Eclipse, if there was an error in my code (for example I don't implement and abstract method when I use an Interface) it actually give me the option to click on the drop down and implement it. Basically it would provide multiple quick fixes for a given error.
All I get is the warning and the reason why there is an error, but no help in actually fixing the problem. Is this a feature I have to set?
Please sign in to leave a comment.
Please see https://www.jetbrains.com/help/idea/2016.3/applying-intention-actions.html.
Perfect! Thank you!