Intellij使用记录

1. 用*标识编辑过的文件

Editor –> Editor Tabs  
在IDEA中,你需要做以下设置, 这样被修改的文件会以*号标识出来,你可以及时保存相关的文件。"Mark modifyied tabs with asterisk"

2、显示行号

Settings->Editor->Appearance标签项,勾选Show line numbers

3、如何让光标不随意定位

Settings->Editor中去掉Allow placement of caret after end of line。

4、启动时不打开最近工程文件

Settings->General去掉Reopen last project on startup

5、base smarttype代码自动提醒忽略大小写

Settings->Editor -> Code Completion 将“Case sensitive completion" 设置为none就可以

你可能感兴趣的:(intellij,使用方法)