http://www.nodeclipse.org/history is continuation.
- Add support for JSHint integration for Eclipse, developed by EclipseSource
You had to set project property for JSHint for each project creating. It was boring task.
Nodeclipse 0.3 will set them automatically when generating Node project and Express project.
You should install JSHint integration for Eclipse.
Update site: http://github.eclipsesource.com/jshint-eclipse/updates/ - Update template for new project
- Add README.md template
- Add hello-world-server.js
- Add package.json (This is good practice)
- Publish on Eclipse marketplace
- t#3 [Feature Request] allow passing arguments
You can pass arguments to application and node.js setting on [Debug configration...]-[Node Application]-[<your configration name>]-[Arguments].
You can also set arguments on [Run configuration...].
- n#2 on x64 windows doesn't find NodeJS dir automatically
- #5 When creating Node project and folder already exists, then add only .project file and don't add 3 files (README.md, hello-world-server.js, package.json)
- #6 Add Express Project in main menu under File -> New (in Node perspective)
If [Node Express Project] menu does not appear under File->New, reset [Node] perspective by right-clicking on the [Node] button, which is located perspective switching area.
- Modify generating project adding support for JSHint integration for Eclipse, developed by EclipseSource
Download site: http://github.eclipsesource.com/jshint-eclipse/updates/ - Update template for new project
-
Add README.md template
-
Add hello-world-server.js
-
Add package.json (This is good practice)
-
Publish on Eclipse marketplace
- Debugging - Breakpoint, Trace, etc... via Eclipse debugger plugin for V8
- Generating Express project
- Creating default structure for New Node Project and New Node Source File
- JavaScript Syntax highlighting
- Content Assistant
- NPM support