当前位置:网站首页>Easy to use shortcut keys in idea
Easy to use shortcut keys in idea
2022-07-06 12:28:00 【Vigorous waist Nuo dance】
Catalog
Open Settings
ctrl alt s
Select text in any style
ctrl+shift+alt Hold on
Drag the mouse to select text
After copying the code, it is necessary to remove superfluous things !
Rectangle selected text
Switch to this mode :shift+alt+insert
Cancel this mode in the same way 
formatting code
ctrl+alt+l
Find rewritable methods in the class
ctrl+o
Find a word in the code
Eternal ctrl+f
Enhanced search ( Global search ):Ctrl + shift +F
Pick a word
Place the cursor in the middle of the word , then ctrl+w
Copy a whole line
Place the cursor in the middle of a line , then Ctrl+c
Add constructors, etc
The cursor is in a class
Alt+Insert
Quickly return to the location where you last viewed the code
ctrl+alt+ Direction key
边栏推荐
- Pat 1097 duplication on a linked list (25 points)
- Arduino uno R3 register writing method (1) -- pin level state change
- 编译原理:源程序的预处理及词法分析程序的设计与实现(含代码)
- Knowledge summary of request
- PT OSC deadlock analysis
- RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
- Minio文件下载问题——inputstream:closed
- js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
- Imgcat usage experience
- ORA-02030: can only select from fixed tables/views
猜你喜欢

基于Redis的分布式锁 以及 超详细的改进思路

idea中好用的快捷键

js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。

Générateur d'identification distribué basé sur redis

open-mmlab labelImg mmdetection

程序员老鸟都会搞错的问题 C语言基础 指针和数组

Amba, ahb, APB, Axi Understanding

js 变量作用域和函数的学习笔记

(1) Introduction Guide to R language - the first step of data analysis

E-commerce data analysis -- salary prediction (linear regression)
随机推荐
关于Gateway中使用@Controller的问题
Imgcat usage experience
By v$rman_ backup_ job_ Oracle "bug" caused by details
MySQL takes up too much memory solution
2022.2.12 resumption
idea中好用的快捷键
The dolphin scheduler remotely executes shell scripts through the expect command
VIM command line notes
Esp8266 connects to bafayun (TCP maker cloud) through Arduino IED
Pat 1097 duplication on a linked list (25 points)
ESP learning problem record
编译原理:源程序的预处理及词法分析程序的设计与实现(含代码)
MySQL时间、时区、自动填充0的问题
SSD technical features
Understanding of AMBA, AHB, APB and Axi
NRF24L01 troubleshooting
嵌入式启动流程
.elf .map .list .hex文件
[offer78]合并多个有序链表
[leetcode15] sum of three numbers