Eclipse IDE – How to GO TO any line number directly ?

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.

1. How to GO TO any line number in Eclipse IDE:

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!!

2. Useful Eclipse IDE shortcuts :

Related Articles:

References:

Happy Coding !!
Happy Learning !!

Eclipse IDE - How to clean projects ?
Eclipse IDE - How to remove unused imports ?