当前位置:网站首页>This is the right way for developers to open artifact!
This is the right way for developers to open artifact!
2022-07-24 11:10:00 【InfoQ】
- Built in configuration
- Shortcut key
- plug-in unit
Built in configuration
Suffix completion


- fori: Iterate through the list through the index
- forr: Use the index to iterate in reverse order
- switch: Generate switch expression
- sout: Use System.out.println Print expressions
- null: Check if the expression is empty
- notnull: Check if the expression is not empty
Real time templates
public static void main(String[] args) {
}
public static final String
System.out.println();
Shortcut key
code
- Ctrl+Space: Basic code completion
- Ctrl+Shift+Enter: Complete the current statement
- Alt+Enter: Quick fix
- Ctrl+Alt+L: formatting code
- Ctrl+B: Go to the statement / usage
- Ctrl+Shift+B: Go to implementation
- Ctrl+U: Go to super method
- Alt+Insert: The generated code
- F2: Next highlighted error
- Ctrl+Alt+V/F/C/P: Extract variables / Field / Constant / Parameters
- Ctrl+Alt+N: inline
- Ctrl+F12: File structure ( for example : Method list )
Navigation
- Ctrl+N: Go to class
- Ctrl+Shift+N: Go to file
- Shift+Shift: Search everything
- Alt+1: Project view
- Alt+F1+Enter: Jump to the file in the project view
- Ctrl+Shift+F: Find in file
- Alt+Left/Right: Switch open files
function
- Ctrl+Shift+F10: Run the current environment
- Shift+F10: function
- Shift+F9: debugging
- F7/F8/F9: ( Debug mode ) Get into / skip / Recovery procedure
plug-in unit
1. Codota

2. Rainbow Brackets

3. Statistic

4. AceJump

5. CamelCase

6. Presentation Assistant

7. Code Iris

8. QAPlug

9. SmarterEditor

10. Grazie

边栏推荐
- Nodejs installation tutorial
- 简单使用 MySQL 索引
- Five application scenarios of Bluetooth module
- Redismission inventory deduction demo
- Build resume editor based on Nocode
- 在idea中System.getProperty(“user.dir“)识别到模块(module)路径的方法:Working directory的设置
- JMeter interface test steps - Installation Tutorial - script recording - concurrent test
- 变频器的工作原理和功能应用
- MySQL查询字段匹配某个规则的记录
- The solution of permission denied
猜你喜欢

变频器的四大组成部分和工作原理

Neo4j installation tutorial

TwinCAT3各版本下载路径

Use Modelsim to independently simulate Altera and Xilinx IP cores

只会“点点点”,凭什么让开发看得起你?

Idea hidden Idea folder hides.Iml files

Redismission watchdog implementation mechanism can be understood at a glance

Fiddler抓包工具总结

Zero basic learning canoe panel (4) -- button

Ldr6028 charging OTG live line live sound card audio adapter is the most cost-effective solution
随机推荐
Idea hidden Idea folder hides.Iml files
爬虫与反爬:一场无休止之战
Build resume editor based on Nocode
在线客服聊天系统源码_美观强大golang内核开发_二进制运行傻瓜式安装_附搭建教程
[interview: Basics 01: integer binary search]
Selenium automated test (this one is enough) - self study
openresty lua-resty-logger-socket日志传输
【Golang】golang实现发送微信服务号模板消息
MySQL根据备注查询表、字段
关于【软件测试-自动化测试之面试技巧和注意事项】——侃侃而谈
Druid encryption command
HDU5667 Sequence
Docker builds MySQL master-slave replication
PIP update command
Altium one key automatic BOM
08【AIO编程】
Use Modelsim to independently simulate Altera and Xilinx IP cores
Capture and handling of JDBC exception sqlexception
【Golang】golang实现sha256加密函数
Modbus RTU通讯协议详解与实例演示