当前位置:网站首页>这才是开发者神器正确的打开方式!
这才是开发者神器正确的打开方式!
2022-07-24 11:09:00 【InfoQ】
- 自带配置
- 快捷键
- 插件
自带配置
后缀补全


- fori:通过索引进行列表迭代
- forr:用索引按相反的顺序进行迭代
- switch:生成switch表达式
- sout:使用System.out.println打印表达式
- null:检查表达式是否为空
- notnull:检查表达式是否为非空
实时模板
public static void main(String[] args) {
}
public static final String
System.out.println();
快捷键
编码
- Ctrl+Space: 基本代码补全
- Ctrl+Shift+Enter: 补全当前语句
- Alt+Enter: 快速修复
- Ctrl+Alt+L: 格式化代码
- Ctrl+B: 转到声明/用法
- Ctrl+Shift+B: 转到实现
- Ctrl+U: 转到超级方法
- Alt+Insert: 生成代码
- F2: 下一个高亮显示的错误
- Ctrl+Alt+V/F/C/P: 提取变量/字段/常量/参数
- Ctrl+Alt+N: 内联
- Ctrl+F12: 文件结构(例如:方法列表)
导航
- Ctrl+N: 转到类
- Ctrl+Shift+N: 转到文件
- Shift+Shift: 搜索所有内容
- Alt+1: 项目视图
- Alt+F1+Enter:跳转到项目视图中的文件
- Ctrl+Shift+F: 在文件中查找
- Alt+Left/Right: 切换打开的文件
运行
- Ctrl+Shift+F10: 运行当前环境
- Shift+F10: 运行
- Shift+F9: 调试
- F7/F8/F9: (调试模式)进入/跳过/恢复程序
插件
1. Codota

2. Rainbow Brackets

3. Statistic

4. AceJump

5. CamelCase

6. Presentation Assistant

7. Code Iris

8. QAPlug

9. SmarterEditor

10. Grazie

边栏推荐
- Zero basic learning canoe panel (6) -- switch/indicator
- Only "a little bit", why do developers look up to you?
- Use Modelsim to independently simulate Altera and Xilinx IP cores
- Kubernetes Foundation
- Detailed explanation of the implementation process of redistribution watchdog
- SQL optimization skills and precautions
- Selenium automated test (this one is enough) - self study
- [interview: Basics 05: quick sort]
- 向量化引擎对HTAP的价值与技术思考
- Fifty lectures of Euler (I)
猜你喜欢

read_ CSV error: 'GBK' codec can't decode byte 0xb4 in position 274: illegal multibyte sequence

The difference between Lora wireless technology and lorawan gateway module

Redismission watchdog implementation mechanism can be understood at a glance

Redis 100 million level data storage scheme hash slot partition

This should be postman, the most complete interface testing tool in the whole network

Installing Oracle Xe with Linux

「低功耗蓝牙模块」主从一体 蓝牙嗅探-助力智能门锁

Docker installs 3 master and 3 slave redis clusters

Kubernetes Foundation

这个应该是全网最全的接口测试工具之postman
随机推荐
Xilinx FPGA Microblaze AXI_ IIC usage and experience
Blue Bridge Cup provincial match training camp - Calculation of date
Taking advantage of the momentum, oceanbase promotes the lean growth of digital payment
如何从功能测试到自动化测试?
Data visualization - White Snake 2: black snake robbery (1)
JMeter interface test steps - Installation Tutorial - script recording - concurrent test
[interview: Basics 05: quick sort]
Classification and introduction of arm and series processors
[interview: Basics 02: bubble sort]
openresty lua-resty-logger-socket日志传输
【Golang】golang实现发送微信服务号模板消息
Detailed explanation and example demonstration of Modbus RTU communication protocol
浅析拉格朗日乘数法及其对偶问题
Introduction to kubernetes Basics
Ldr6028 charging OTG live line live sound card audio adapter is the most cost-effective solution
Four components and working principle of frequency converter
read_ CSV error: 'GBK' codec can't decode byte 0xb4 in position 274: illegal multibyte sequence
MySQL queries tables and fields according to comments
Docker builds MySQL master-slave replication
Mockito3.8 how to mock static methods (how to mock PageHelper)