I cannot seem to be able to find the setting to enable line numbers for all files, but I have to always right click and enable this on per file basis.
There must be a global setting for this, right?
I cannot seem to be able to find the setting to enable line numbers for all files, but I have to always right click and enable this on per file basis.
There must be a global setting for this, right?
对于Windows 上的 4.0、4.5版
文件 -> 设置
然后,
编辑器 -> 常规 -> 外观 -> 显示行号
对于Mac OSX 上的 4.0 版
PyCharm-->首选项
然后,
编辑器-->常规-->外观-->复选框:“显示行号”
对于 3.0 版(社区版):
文件 -> 设置 -> 编辑器(在 IDE 设置下) -> 外观 -> 选中“显示行号”
PyCharm 版本 3.4.1(对于项目中的所有文件):
文件 -> 首选项 -> 编辑器(IDE 设置) -> 外观 -> 标记“显示行号”
PyCharm 版本 3.4.1(仅适用于项目中的现有文件):
查看 -> 活动编辑器 -> 显示行号
对于 2.6 及更高版本,对话框位于“首选项”对话框中,使用 Cmd ',' 访问:
PyCharm(最左侧菜单)-> 首选项...-> 编辑器(左下部分)-> 外观-> 显示行号复选框
v. 社区 5.0.4 (linux):文件 -> 设置 -> 编辑器 -> 常规 -> 外观 -> 现在检查“显示行号”,确认 w。好的,瞧 :)
使用搜索栏
Shift
/editor /appearance/
然后Show line numbers
切换按钮适用于 Windows 和 Linux
File | Settings | Editor | General | Appearance
对于 macOS
IntelliJ IDEA | Preferences | Editor | General | Appearance
使用快捷方式
Ctrl+Alt+S
然后
编辑器 > 常规 > 外观
单击显示行号切换按钮。