1

It's easy to set up Code Formatter Preferences for JS file editor but what about Nodeclipse Node.js file Editor?

Paul Verest
  • 60,022
  • 51
  • 208
  • 332
Marina Zubkova
  • 95
  • 1
  • 2
  • 7

1 Answers1

1

As of Nodeclipse 0.9 default Editor for .njs files is TextEditor-based. It has no advanced features, except for those in Window -> Preferences -> Editors -> Text Editors.

Right-click .njs file and select Open with -> Nodeclipse JSDT-based Editor. Then you have all those features found in Preferences under JavaScript (including formatting).

Nodeclipse JSDT-based Editor will be back default for .njs files in Nodeclipse 0.10

Paul Verest
  • 60,022
  • 51
  • 208
  • 332