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 270137 - Please add completion for modules in package.json
Summary: Please add completion for modules in package.json
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 14:23 UTC by Christian Lenz
Modified: 2017-03-20 14:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Package auto completion for modules (179.28 KB, image/gif)
2017-03-20 14:23 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2017-03-20 14:23:52 UTC
Created attachment 163893 [details]
Package auto completion for modules

As you can see in my attachement WebStorm add this functionality for adding packages via code completion into the package.json. This is very handy so you don't need to waste time to get the right name for the package. Type some characters and you got the completion for it. Add it via enter or tab and you will got the completion for versions.


Regards

Chris