5、快速搜索 Shift + Shift 6、查找class Ctrl + N 7、查找文件 Ctrl + Shift + N 8、查找symbol(查找某个方法名) Ctrl + Shift + Alt + N 二、跳转切换 1、跳转历史光标所在处 Ctrl + Alt + ←/→ 2、切换子tab Alt + ←/→ 方向键 ...
select file in project view action name key select file in project view command + control + p select opened file command + control + p 可以看到,这两个功能是同一个快捷键。因为它们的作用“相同”:将编辑区当前打开的...
File->Settings->Appearance-> Use custom font 2.Idea改变背景颜色: file -> setting -> editor -> colors&font -> general -> text -> default text ->勾选Background 3.点击侧栏的设置按钮,选择 Always Select Opened File,自动跳转到对应的源码 4.Editor--->General--->Appearance--->Caret blinking...
具体步骤:打开顶部工具栏 File -> Settings -> Build,Execution,Deployment -> Compiler 然后勾选 Build project automatically 。 2、 开启IDEA的自动编译(动态) 具体步骤:打开顶部工具栏 File -> Settings -> Advanced Settings -> Compiler -> 然后勾选 Allow auto-make to start even if developed application...
【快捷键】:⇧Shift + ⇧Shift(双击Shift) 此功能在代码编辑器中可以帮助用户快速找到所需的操作、设置、工具和文件,提高工作效率减少错误发生。 2、文件定位 【前提条件】:勾选中Always Select Opened File 此功能通过将当前正在编辑的文件在项目结构中自动高亮显示,帮助用户快速定位自己在代码库中的位置。该功能...
Autoscroll from Source -> Always Select Opened File 同上 新版本 Sort by Type:按文件类型排序,如果不勾选默认按文件名排序。 Folders Always on Top:文件夹保存在最上面。 Show Excludes Files:显示Exclude文件,比如:target目录。 0赞 · 0采集 慕标50174592023-05-03 ...
如图,当勾选“Always Select Opened File”后,如果选中打开的“AnimationStateWrap.cs”文件,那么会马上在左侧的Project Tab中选中该文件 PS: 1.当在右侧双击打开的文件页签时可以自动的显示或隐藏左侧Project Tab,不需要专门点击Project Tab右上角的“—”按钮 ...
Select All Ctrl + A Select an entire text opened in the editor Delete Line at Caret Ctrl + Y Delete a line at which the caret is currently located Delete to Word End Ctrl + Delete Delete a word starting from the current caret location up to the word end Delete to Word Start Ctrl...
【Always Select Opened File】:打开文件自动定位到左侧项目中的文件位置; 常用的几个快捷键 【Ctrl + B】:方法内,定位光标位置的属性,快速跳转; 【Ctrl + F】:文件内查找; 【Ctrl + R】:文件内查找和替换; 【Ctrl + Shift+F】:范围内(默认全局)查找; ...