相关疑难解决方法(0)

Eclipse HTML编辑器:新行上的每个<input>标记

<input type="button" value=" 1 " /> 
<input type="button" value=" 2 " /> 
<input type="button" value=" 3 "/> 
Run Code Online (Sandbox Code Playgroud)

我该怎么做?

编辑:Eclipse HTML编辑器

Ctrl + Shift + F.

我想使用autoformating但是在我按下 Ctrl + Shift + F之后我得到了类似的东西

<input type="button" value=" 1 " /> <input type="button" 
                value=" 2 " /> 
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

我想在autoformatting之后将每个html标签放在新行上

eclipse

23
推荐指数
2
解决办法
5460
查看次数

标签 统计

eclipse ×1