当前位置:网站首页>Idea shortcut
Idea shortcut
2022-04-23 07:49:00 【Night sky】
ctrl+space, Automatically prompt to complete the code
ctrl+shift+space, Intelligent completion code
ctrl+shift+enter Intelligently complete the statement and apply the format
alt+enter Call out the modification of the prompt at the prompt
ctrl+W, Intelligently select code snippets , Repeat to expand the scope
ctrl+shift+w, Narrow the scope of the selected code block
alt+shift+ arrow , Quickly move the position of the current line
ctrl+shift+ arrow , The method of moving blocks quickly ( The cursor is in front of the method name )
ctrl+alt+T, Add wrapping methods to your code (if,try,while,for…)
ctrl+shift+delete Remove wrapping from wrapping code
ctrl+alt+V Extract multiple used local variables ( Used multiple times i+1, take i+1 Extract into a single variable )
ctrl+alt+M Extract code blocks into a method , Fast extraction of common methods
ctrl+shift+alt+T Fast refactoring
ctrl+alt+L,ctrl+alt+shift+L Quickly optimize code format, etc
ctrl+P Check the method parameter signature
ctrl+Q View the document of the object
ctrl+shift+I View the definition method of the object
ctrl+E, View recently opened files
ctrl+shift+E View recently visited dai
版权声明
本文为[Night sky]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230627211213.html
边栏推荐
猜你喜欢
ABAP 实现发布RESTful服务供外部调用示例
Mongodb starts warning information processing
向量到一个平面的投影向量
ABAP 7.4 SQL Window Expression
js之什么是事件?事件三要素以及操作元素
Online Safe Trajectory Generation For Quadrotors Using Fast Marching Method and Bernstein Basis Poly
Protobuf 使用
SAP Excel 已完成文件级验证和修复。此工作簿的某些部分可能已被修复或丢弃。
C#控制相机,旋转,拖拽观察脚本(类似Scenes观察方式)
SQL针对字符串型数字进行排序
随机推荐
定位、修饰样式
面经的总结
C# SmoothProgressBar自定义进度条控件
new的实现
SAP Excel 已完成文件级验证和修复。此工作簿的某些部分可能已被修复或丢弃。
Daily question | fear dominated by reverse linked list
简单理解==和equals,String为什么可以不用new
State synchronization and frame synchronization
Unityshader Foundation
Custom time format (yyyy-mm-dd HH: mm: SS week x)
MySQL in window10 version does not work after setting remote access permission
C# 多个矩形围成的多边形标注位置的问题
js之作用域、作用域链、全局变量和局部变量
Window10版MySQL设置远程访问权限后不起效果
unity UGUI判断点击在UI上和3D物体上的解决方案
ABAP 7.4 SQL Window Expression
promise all的实现
SampleCameraFilter
UnityShader基础
事件系统(二)多播事件