Eclipse - Format & Comment

Eclipse - Format & Comment

  • [1. Correct Indentation](#1. Correct Indentation)
  • [2. Format](#2. Format)
  • [3. Toggle Comment](#3. Toggle Comment)
  • [4. Add Block Comment](#4. Add Block Comment)
  • [5. Remove Block Comment](#5. Remove Block Comment)
  • References

1. Correct Indentation

Ctrl + A: 选择全部代码

Ctrl + I: 校正缩进

or

right-click -> Source -> Correct Indentation

2. Format

Ctrl + A: 选择全部代码

Ctrl + Shift + F: 代码格式化

or

right-click -> Source -> Format

3. Toggle Comment

Ctrl + Shift + C: 注释

Ctrl + Shift + C: 取消注释

or

right-click -> Source -> Toggle Comment

4. Add Block Comment

Ctrl + Shift + /: 块注释

or

right-click -> Source -> Add Block Comment

5. Remove Block Comment

Ctrl + Shift + Backslash: 取消块注释

or

right-click -> Source -> Remove Block Comment

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/

相关推荐
闲人编程2 天前
Hadoop 使用过程中 15 个常见问题的详细描述、解决方案
大数据·hadoop·eclipse·解决方案·yarn·配置文件
吖吖耶3333 天前
【Linux】常用命令练习
linux·运维·eclipse
怪兽也会哭哭3 天前
Eclipse 创建Dynamic web project项目-配置Tomcat服务器
java·ide·eclipse
弗锐土豆5 天前
maven工程修改jdk编译版本的几种方法
java·eclipse·maven·编译·版本
鸣弦artha7 天前
蓝桥杯——数组
java·数据结构·算法·蓝桥杯·eclipse·排序算法
鸣弦artha7 天前
蓝桥杯——杨辉三角
java·算法·蓝桥杯·eclipse
csucoderlee8 天前
eclipse mat leak suspects report和 component report的区别
java·ide·eclipse
蘑菇丁9 天前
ranger-kms安装
java·ide·eclipse
heromps9 天前
hadoop报错找不到主类
大数据·hadoop·eclipse
攻心的子乐9 天前
中介者设计模式 软考
eclipse