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

Summary: Please add completion for modules in package.json
Product: javascript Reporter: Christian Lenz <chrizzly>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Package auto completion for modules

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