Describe your feature request
can you add a function to let you click on the line number in the error message to put you in that place ex. (the number 1124)
./Main.java:1124: error: canot find symbol
if (isWorking == false) {
if you can do this or know someone who could do this, it would be highly appreciated
What problem(s) would this feature solve?
it would save time by sending you to the point of error
Explain what you were trying to do when you came across the problem leading to this feature request
juts normal coding in java