当前位置:网站首页>The idea of commonly used shortcut key
The idea of commonly used shortcut key
2022-08-05 06:12:00 【CrazyQiQi】
idea's frequently used shortcut keys
Alt+Enter to import the package and automatically correct it
Ctrl+N find class
Ctrl+Shift+N Find file
Ctrl+Alt+L format code
Ctrl+Alt+O Optimize imported classes and packages
Alt+Insert generates code (such as get, set methods, constructors, etc.)
Ctrl+E or Alt+Shift+C recently changed code
Ctrl+R replace text
Ctrl+F find text
Ctrl+Shift+Space autocomplete code
Ctrl+space code hint
Ctrl+Alt+Space class name or interface name prompt
Ctrl+P method parameter prompt
Ctrl+Shift+Alt+N Find a method or variable in a class
Alt+Shift+C Compare recently modified code
Shift+F6 Refactor-Rename
Ctrl+Shift+Up Arrow
Ctrl+X delete line
Ctrl+D copy line
Ctrl+/ or Ctrl+Shift+/ Comment (// or /…/ )
Ctrl+J Autocode
Ctrl+E recently opened files
Ctrl+H show class structure diagram
Ctrl+Q show commented document
Alt+F1 to find the location of the code
Alt+1 Quickly open or hide the project panel
Ctrl+Alt+ left/right to return to last viewed location
Alt+ left/right switch code view
Alt+Up/Down to move quickly between methods
Ctrl+Shift+Up/Down Code moves up/down.
F2 or Shift+F2 to highlight errors or warnings for quick location
After entering the code tag, press Tab to generate the code.
Select text, press Ctrl+Shift+F7 to highlight all the text, press Esc to highlight disappear.
Ctrl+W to select the code, continuous pressing will have other effects
Select the text, press Alt+F3, find the same text one by one, and highlight it.
Ctrl+Up/Down cursor jumps to the first or last line
Ctrl+B Quickly open the class or method at the cursor
Intellij IDEA most frequently used shortcut keys
1.Ctrl+E, you can display the list of recently edited files
2.Shift+Click can close the file
3.Ctrl+[or] can jump to the beginning and end of braces
4.Ctrl+Shift+Backspace can jump to the last edited place
5.Ctrl+F12, you can display the structure of the current file
6.Ctrl+F7 can query the reference of the current element in the current file, and then press F3 to select
7.Ctrl+N, you can quickly open the class
8.Ctrl+Shift+N, you can quickly open the file
9.Alt+Q can see the declaration of the current method
10.Ctrl+W can select words, then statements, then lines, then functions
11.Alt+F1 can position the element being edited in each panel
12.Ctrl+P, can display parameter information
13.Ctrl+Shift+Insert can select the clipboard content and insert it
14.Alt+Insert can generate constructor/Getter/Setter, etc.
15.Ctrl+Alt+V can introduce variables.For example, assign the SQL in parentheses to a variable
16.Ctrl+Alt+T can wrap the code in one piece, such as try/catch
17.Alt+Up and Alt+Down can move quickly between methods
边栏推荐
- [Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data
- 来来来,一文让你读懂Cocos Creator如何读写JSON文件
- 入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
- spark源码-任务提交流程之-4-container中启动executor
- 【Day8】使用LVM扩容所涉及的命令
- URP渲染管线实战教程系列 之URP渲染管线实战解密(一)
- “元宇宙”是个啥?都有哪些大招?
- spark源码-任务提交流程之-7-流程梳理总结
- I217-V network disconnection problem in large traffic under openwrt soft routing
- 账号与权限管理
猜你喜欢
随机推荐
线上问题排查流程
入门文档10 资源映射
Cocos Creator小游戏案例《棍子士兵》
Mongodb查询分析器解析
spark算子-textFile算子
【Day1】VMware软件安装
入门文档06 向流(stream)中添加文件
腾讯云云函数SCF—入门须知
2020,Laya最新中高级面试灵魂32问,你都知道吗?
乘云科技受邀出席2022阿里云合作伙伴大会荣获“聚力行远奖”
[Day1] (Super detailed steps) Build a soft RAID disk array
账号与权限管理
通过单总线调用ds18b20的问题
lvm logical volume and disk quota
VLAN详解及实验
TCP/IP four-layer model
spark算子-repartition算子
Call the TensorFlow Objection Detection API for object detection and save the detection results locally
Contextual non-local alignment of full-scale representations
spark source code - task submission process - 5-CoarseGrainedExecutorBackend









