How to enable line numbers in IntelliJ


There are multiple ways you can enable or disable line numbers on your IntelliJ IDE regardless of what programming language IDE you are using (Android Studio, Java, or PyCharm for Python),

Let's see some examples to enable line numbers,

1. Using right click at gutter area:

  • Move your cursor to the gutter area (left side of any file),
  • Right click and select: Show line Numbers,
  • The line numbers should be visible.
Show Line Number using IntelliJ Gutter Option
Show Line Number using IntelliJ Gutter Option

Note that the above solution is a temporary solution when you restart your IDE it will be gone.

2. Using Search Everywhere Option

  • Press Shift Key Twice,
  • Type: Show line Numbers,
  • Turn ON the option.
Show Line Number using Search Everywhere Option
Show Line Number using Search Everywhere Option

3. Using System Preferences,

  • Go to IDEA IntelliJ and Select Preferences (this is for macOS, on Windows it may vary),
  • Go to Editor -> General -> Appearance,
  • Select the checkbox: Show line Numbers
Show Line Number using IDEA IntelliJ Preferences option
Show Line Number using IDEA IntelliJ Preferences option

This is a permanent solution, even if you close the IDE and reopen it, you will be able to persist with the change.


Comments:

  • Further comments disabled!
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap