我正在使用HTML的自定义标签(使用AngularJs)。我希望eclipse中的格式如下所示:
<tabset>
<tab heading='Series'>
something
</tab>
<tab heading="Input Controls">
something
</tab>
<tab heading='Options'>
something
</tab>
</tabset>
<tabset> <tab heading='Series'> something </tab> <tab heading="Input Controls"> something </tab> <tab
heading='Options'> something </tab> </tabset>
一切都被强制为单线。
如何控制eclipse中未知元素/标签的流量?
谢谢,
答案 0 :(得分:-1)
您也可以在XML Editor
而不是HTML Editor
中打开文件。它可能会很好地格式化你的标签。