博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Use formatter to format your JAVA code
阅读量:4570 次
发布时间:2019-06-08

本文共 2519 字,大约阅读时间需要 8 分钟。

 In order to make the codes looks unified and make it easy to understand, it's better to use the same formatter for our code, the xml is the standard formatter, you can apply it to your STS.

 

open STS -> Window -> type “formatter” -> choose Java - Code Style – Formatter -> Import to import the new formatter, see below snapshot:

You can use “Ctrl + Shift + F” to format your code when finish later.

  

转载于:https://www.cnblogs.com/MasterMonkInTemple/p/4838343.html

你可能感兴趣的文章
UVALive 3635 Pie(二分法)
查看>>
win系统查看自己电脑IP
查看>>
Backup&recovery备份和还原 mysql
查看>>
一道面试题及扩展
查看>>
Unity 3D 我来了
查看>>
setup elk with docker-compose
查看>>
C++ GUI Qt4学习笔记03
查看>>
Java基础回顾 —反射机制
查看>>
c# 前台js 调用后台代码
查看>>
2017-02-20 可编辑div中如何在光标位置添加内容
查看>>
$.ajax()方法详解
查看>>
jquery操作select(增加,删除,清空)
查看>>
Sublimetext3安装Emmet插件步骤
查看>>
MySQL配置参数
查看>>
全面理解Java内存模型
查看>>
存储过程
查看>>
生成器
查看>>
将一个数的每一位都取出来的方法!
查看>>
2) 十分钟学会android--建立第一个APP,执行Android程序
查看>>
面试题8:二叉树下的一个节点
查看>>