当前位置:网站首页>Golan common shortcut key settings
Golan common shortcut key settings
2022-06-30 07:03:00 【Duanxiaoman】
Goland Common shortcut key settings
Shortcut keys related to file operation
Shortcut key | effect |
---|---|
Ctrl + E | Open recently browsed files |
Ctrl + N | Quickly open a struct The file where the structure is located |
Ctrl + Shift + N | Open the file quickly |
Shift + F6 | Rename folder 、 file 、 Method 、 The variable name etc. |
Code formatting related shortcut keys
Shortcut key | effect |
---|---|
Ctrl + Alt + L | formatting code |
Ctrl + Space | Code hinting |
Ctrl + / | Single-line comments |
Ctrl + Shift + / | Multiline comment |
Ctrl + B or F4 | Quickly jump to the defined position of the structure or method ( You need to move the cursor over the name of the structure or method ) |
Ctrl +“+ or -” | You can put the current ( Cursor position ) To unfold or collapse |
Find and locate related shortcut keys
Shortcut key | effect |
---|---|
Ctrl + R | replace text |
Ctrl + F | Find the text |
Ctrl + Shift + F | Global search |
Ctrl + G | Displays the line number of the current cursor line |
Ctrl + Shift + Alt + N | Find methods or variables in a class |
Edit code related shortcuts
Shortcut key | effect |
---|---|
Ctrl + J | Quickly generate a code snippet |
Shift+Enter | Insert a line below the cursor , And move the cursor to the beginning of the line |
Ctrl + X | Delete the current cursor line |
Ctrl + D | Copy the current cursor line |
Ctrl + Shift + Direction keys up or down | Move the line where the cursor is located up and down ( You can also use Alt+Shift+ Direction keys up or down ) |
Alt + enter | Automatically import the packages to be imported |
Ctrl + Shift + U | Convert the selected content to upper and lower case |
Alt + Insert | Generate test code |
Alt + Up/Down | Quickly move to the previous or next method |
Ctrl + Alt + Space | Class name or interface name hint ( Code hinting ) |
Ctrl + P | Prompt the parameter type of the method ( You need to use... At the location of the method call , And move the cursor to ( ) Inside or both sides of ) |
Editor related shortcut keys
Shortcut key | effect |
---|---|
Ctrl + Alt + left/right | Go back to where you last viewed |
Alt + left/right | Switch code view |
Ctrl + W | Quick select code |
Tab | When the code tag is entered , Press Tab, The generated code |
F2 or Shift + F2 | Quickly locate errors or warnings |
Alt + Shift + C | View recent actions |
Alt + 1 | Quickly open or hide engineering panels |
边栏推荐
- Go常用命令
- 6、 Shopping ⻋ and orders
- Principle: webmvcconfigurer and webmvcconfigurationsupport pit avoidance Guide
- oracle数据库报列表中最大表达式为1000错误
- 安装Go语言开发工具
- MySQL Optimization: from more than ten seconds to 300 milliseconds
- 随机网络,无标度网络,小世界网络以及NS小世界的性能对比matlab仿真
- 2、 Layout system
- SOC_SD_CLK
- [transfer] analysis of memory structure, cache and DMA architecture
猜你喜欢
Class templates and friends
Egret P2 pit encountered by physical engine (1)
【转】存储器结构、cache、DMA架构分析
[docsify basic use]
2021-07-02
Assembly language learning I (with stack co process, 32-bit registers and related instructions, to be continued 06/29)
Linux服务器安装Redis
Out of class implementation of member function of class template
Mysql5.7 compressed version installation tutorial
RT thread Kernel Implementation (II): critical area, object container
随机推荐
Definition and use of ROS topic messages
How does the CPU recognize the code?
MySQL优化:从十几秒优化到三百毫秒
【模糊神经网络】基于模糊神经网络的移动机器人路径规划
Skillfully use 5 keys to improve office efficiency
6、 Shopping ⻋ and orders
[docsify basic use]
【已实现】服务器jar包启动脚本、shell脚本
Go installation and configuration (1)
It turns out that you are such an array. You have finally learned
[transfer] analysis of memory structure, cache and DMA architecture
app闪退
[semidrive source code analysis] [x9 chip startup process] 33 - Analysis of related concepts of display module
踩坑记录:supervisor 日志返回信息:redis扩展未安装
If I am in Zhuhai, where can I open an account? In addition, is it safe to open a mobile account?
[Hot100]10. Regular Expression Matching
如果我在珠海,到哪里开户比较好?另外,手机开户安全么?
Class templates and friends
经纬恒润再次荣获PACCAR集团 10PPM 质量奖
Go语言指针介绍