Title: Nodeclipse Online Help - Configuration
Some recommended configuration (These steps are needed for every new workspace):
Goto Window->Preferences
General select Show heap status
General->Workspace -> Text file encoding select other UTF-8
(if Eclipse 4.x Chrome Theme (Optional) installed)
General->Appearance ->Theme select Jeeeyul's themes - Chrome Theme, restart Eclipse
Team -> Git -> History : Check "Follow renames"
Switch to Node perspective (e.g. Window -> Open Perspective -> Other ... -> Node)
Window -> Show View -> Other... -> GFM Support -> GFM View
(Very useful when exploring node_modules folders)
Window -> Show View -> Other... -> REST Client -> REST Client Tool
NTS Only
Window -> Show View -> Other... -> MiniMap -> MiniMap
Window -> Preferences -> General -> Editors -> File Associations Add...
- *.jade - associate with Scrapbook (from JDT)
- *.ejs - associate with HTML Editor (from WebTools)
Window -> Show View -> Other... -> Markdown -> Markdown HTML Preview
(Very useful when exploring node_modules folders)