This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245225 - Please add code completion for nodejs files/projects.
Summary: Please add code completion for nodejs files/projects.
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal with 2 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-25 07:29 UTC by Christian Lenz
Modified: 2016-07-08 12:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-06-25 07:29:14 UTC
When I have a javascript file with nodejs code it would be very helpful, if we can have code completion for the common functions in nodejs as discussed here: https://github.com/Dontar/nodejs-code-complete; https://github.com/Dontar/nodejs-code-complete/issues/1.

Of course it would be great if we have code completion for required modules too.


Regards

Chris
Comment 1 Petr Pisl 2014-06-29 21:51:39 UTC
I have started write a few weeks ago an editor support of NodeJs. It is not a part of the build and there is only some basic stuff. It's developed on the nodejs branch. I can move it to trunk and at least to make, that the support will be build for dev autoupdate. I don't think that I will have enough time to achieve a release quality of this module for the next release.
Comment 2 Christian Lenz 2016-07-08 12:41:18 UTC
I will try to check how good the implementation is in 8.2 and maybe we can close this ticket afterwards. :)