In this article, we will discuss how to jump to any line number of a file in Eclipse IDE. The file can be of any type like .java, .xml or .jsp, etc.
Tips: Press CTRL + L –> Enter line number to-be-jumped
Step 1: simultaneously, press CTRL + L
Enter line number to-be-jumped –> suppose 50
Note: while pressing CTRL + L together, displays maximum lines it can jumps to (i.e.; last line number of the file)
Step 2: finally, press enter to GO-TO the line number
Here, it is!!
References:
Happy Coding !!
Happy Learning !!