Search code examples
javaintellij-ideaintellij-14

How do I turn on line numbers permanently in IntelliJ 14?


How do I permanently turn on line numbers in IntelliJ IDEA 14? This post is outdated: how-can-i-permanently-have-line-numbers-in-intellij


Solution

  • Permanently (Ubuntu):

    File > Settings > Editor > General > Appearance > Show Line Numbers

    enter image description here

    For just the current editor: View > Active Editor > Show Line Numbers

    enter image description here