如何在Nodeclipse .njs文件格式化程序中将制表符更改为空格

时间:2014-01-20 10:09:26

标签: eclipse node.js editor jsdt nodeclipse

为JS文件编辑器设置代码格式化程序首选项很容易但是Nodeclipse Node.js文件编辑器呢?

1 个答案:

答案 0 :(得分:1)

从Nodeclipse 0.9开始,.njs文件的默认编辑器是基于TextEditor的。它没有高级功能,但Window -> Preferences -> Editors -> Text Editors中的功能除外。

右键单击.njs文件,然后选择Open with -> Nodeclipse JSDT-based Editor。 然后,您将拥有在JavaScript下的首选项中找到的所有功能(包括格式化)。

基于Nodeclipse JSDT的编辑器将在Nodeclipse 0.10中为.njs文件返回默认值