Software:Nodeclipse

From HandWiki
Revision as of 18:02, 7 March 2023 by LinuxGuru (talk | contribs) (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nodeclipse
Nodeclipse-1-debugging.png
Nodeclipse NTS when debugging Node.js application
Developer(s)Nodeclipse organization
Stable release
1.0.2 / September 25, 2015 (2015-09-25)
Operating systemCross-platform
TypeIntegrated development environment
LicenseEclipse Public License
Websitenodeclipse.github.io

Nodeclipse is a set of third-party developer solutions for Eclipse for programming in JavaScript, CoffeeScript with focus on Node.js.

Nodeclipse also refers to the team that makes this software as free open-source on GitHub.[1]

Nodeclipse Eclipse plug-in (Nodeclipse-1 on GitHub) is core that other solutions are based on. It is available via update site or Eclipse Marketplace. Other solutions are "Eclipse Node.js IDE" (Enide), set of plugins and "Node Tool Suite" (NTS), an integrated development environment (IDE).[2]

History

Nodeclipse was originally created by Chinese software developer LambGao 金氧.[3] Project has contributors from 4 countries, while the original author has not participated for several months. In April 2013 the Nodeclipse-1 plugin got 1072 installs through Marketplace clients alone.[4]

In 2019 after 3rd disruption for need to pay to domain registrar, the main site (and Eclipse update site aka p2 repository) was moved to https://nodeclipse.github.io

Features

Features set varies based on solution.

Below there are some basic features available:

Nodeclipse NTS & Enide Studio features

  • Editor with code completion
  • Debugger
  • Generating Express project
  • JSHint integration
  • Passing arguments to Node application and Node.js
  • Open Explorer or command line for current project
  • Markdown editor

See also

References

External links