Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.18 KB

File metadata and controls

37 lines (22 loc) · 1.18 KB

Title: Nodeclipse Online Help - Configuration

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

File associations

Window -> Preferences -> General -> Editors -> File Associations Add...

  • *.jade - associate with Scrapbook (from JDT)
  • *.ejs - associate with HTML Editor (from WebTools)

Before 0.4

Window -> Show View -> Other... -> Markdown -> Markdown HTML Preview
(Very useful when exploring node_modules folders)