Node.js editor in CodeLobster IDE

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

If you also need to add email capabilities to your Node.js application, there are several popular approaches. You can use the ever-so-popular Nodemailer, try handy packages such as Emails or Mailgen or, for example, send emails via Gmail servers. All of these methods are covered in the guide to sending emails in Node.js.

Node.js JavaScript engine Node.js features is a part of CodeLobster IDE - Professional version

The Node.js features turn a Node.js editor into a full-fledged Node.js IDE!


Node.js IDE includes the following Node.js features to work with Node.js:


1. Autocomplete for Node.js classes
Node.js autocomplete feature enables you to write code faster. Pop-up completion list includes Node.js classes.
Autocomplete for Node.js classes

Completion list is called automatically in necessary area of Node.js code.

2. Autocomplete for Node.js libraries
Node.js autocomplete feature enables you to write code faster. Pop-up completion list includes Node.js libraries.
Autocomplete for Node.js libraries

Completion list is called automatically in necessary area of Node.js code.

3. Autocomplete for Node.js methods
Node.js autocomplete feature enables you to write code faster. Pop-up completion list includes Node.js methods.
Autocomplete for Node.js methods

Completion list is called automatically in necessary area of Node.js code.


4. Node.js debugger
Codelobster IDE includes Node.js debugger that works similar to PHP or JavaScript debugger.
Node.js debugger

You should start Node.js server by F5 and open JS file in any browser to start Node.js debugger.

5. Context and Dynamic Help
You can quickly obtain necessary information about Node.js syntax using this feature.
To get help topics using Node.js Assistance (Context Help):
  • Place pointer on element you want to review help topic for and press F1 button
Codelobster searches for proper help information on https://nodejs.org/ site directly.
The Node.js Code Assistance (Dynamic Help Window) displays links to help topics for an element the pointer is placed on.
Codelobster conducts search to https://nodejs.org/
Node.js dynamic help



© Copyright by CodeLobster Software