当前位置:网站首页>Idea common shortcut keys
Idea common shortcut keys
2022-04-22 05:54:00 【Tasteless food is a pity to discard】
Intellij IDEA Common shortcut key
-
Ctrl+E, Displays a list of recently modified files
-
Ctrl+Shift+Backspace
Ctrl+alt+ Left right key
Jump to the last edit -
Ctrl+F12, Can display the structure of the current file
-
Ctrl+Shift+Insert You can select the contents of the clipboard and insert
-
Alt+Insert Can generate constructors /Getter/Setter, Create files, etc
-
Shift+Shift, Find everything
-
Ctrl+W You can choose to expand the range of options
-
Ctrl+P, Parameter information can be displayed
-
Ctrl+Alt+V You can extract a variable
-
Alt+Up and Alt+Down Can move quickly between methods
-
Ctrl+Shift+U Toggles the case of the selected text
-
Ctrl+F2 Close the running project
-
datagrip Row to column view ctrl+q
-
Ctrl+D Copy lines down
-
Ctrl+Shift+ Down key Move code block down
-
alt+f7 Method or class Where did you use
-
Shift+F6 restructure - rename ( Variable , Method , class )
-
Shift+Enter Start another line below the cursor
-
Ctrl+Alt+Enter Start another line above the cursor
-
Alt+ Hold down the left mouse button and drag Multiline editing and modification
Intellij IDEA Basic shortcuts
Ctrl+G Jump to specified line
Ctrl+F4 Close the current edit page
Ctrl+F Search for
Alt+ enter Import package , Auto fix
Ctrl+N Find the class
Ctrl+Shift+N Find files
Ctrl+Alt+L formatting code
ctrl+shift+j Break the selected code into one line
Ctrl+Alt+O Optimize imported classes and packages
Alt+Insert The generated code ( Such as get,set Method , Constructors, etc )
Ctrl+E perhaps Alt+Shift+C Recently changed code
Ctrl+R replace text
Ctrl+F Find the text
Ctrl+Shift+Space Autocomplete code
Ctrl+ Space Code hinting
Ctrl+Alt+Space Class name or interface name hint
Ctrl+P Method parameter prompt
Ctrl+Shift+Alt+N Find methods or variables in a class
Alt+Shift+C Compare the recently modified code
Ctrl+Shift+ Up first
Ctrl+X Delete row
Ctrl+D Copy line
Ctrl+/ or Ctrl+Shift+/ notes (// perhaps /…/ )
Ctrl+J Automatic code
Ctrl+E Recently opened files
Ctrl+H Display class structure chart
Ctrl+Q Show comment document
Alt+F1 Find where the code is
Alt+1 Quickly open or hide engineering panels
Ctrl+Alt+ left/right Go back to where you last viewed
Alt+ left/right Switch code view
Alt+ Up/Down Move quickly between methods
Ctrl+Shift+Up/Down Code up / Move down .
F2 or Shift+F2 Highlight error or warning quick positioning
When the code tag is entered , Press Tab, The generated code .
Select the text , Press Ctrl+Shift+F7 , Highlight all of the text , Press Esc Highlight disappears .
Ctrl+W Select the code , Continuous pressing will have other effects
Select the text , Press Alt+F3 , Go down one by one to find the same text , And highlight .
Ctrl+Up/Down The cursor jumps to the first or last line
Ctrl+B Quickly open the class or method at the cursor
版权声明
本文为[Tasteless food is a pity to discard]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220538055804.html
边栏推荐
- Judge whether there are links in the linked list
- Cytoscape installation tutorial
- Matrix multiplication implementation
- Typescript: Basics
- 不用第三个变量交换两变量值的几种方式
- 深入理解回调函数
- Optimization theory: transportation problem (I) finding the minimum freight [northwest corner method, minimum element method, Vogel method]
- IDEA常用快捷键
- 苹果 cms 自定义对接微信公众号
- C language -- classic 100 questions
猜你喜欢

LeetCode 1770. Maximum score for performing multiplication -- interval DP

Summary of SQL interview questions (under update)

LeetCode 898. 子数组按位或操作 - set

《最优化理论》:运输问题(一)求最小运费【西北角法、最小元素法、伏格尔法】

The breakpoint will not currently be hit No symbols have been loaded for this document.

LeetCode 486. 预测赢家--动态规划+博弈论

数据挖掘——数据预处理

数据挖掘——朴素贝叶斯分类

Data mining -- naive Bayesian classification

数据挖掘——认识数据
随机推荐
MySQL basic commands and exercises (I)
《PyTorch深度学习实践》Lecture_11 卷积神经网络进阶 Convolutional Neural Network
卷积神经网络
蓝桥杯31天冲刺 Day14
Getting started with I / O Basics
Common methods of arrays (super detailed explanation)
Digital triangle (dynamic programming DP)
Force buckle 19 Delete the penultimate node of the linked list
Cytoscape安装教程
Langue C - 100 questions classiques
《PyTorch深度学习实践》Lecture_10 卷积神经网络基础 CNN
Data mining -- data preprocessing
Basic usage and common exceptions of homebrew
excel根据单元格内容设定行列颜色
Why introduce collaborative process
‘PdfFileWriter‘ object has no attribute ‘stream‘
conda命令
Usage of JSON type field in MySQL
CONDA command
golang 把句中的每个单词的首字母变成大写(笔试题)