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 248143

Summary: Completion for single core module offers properties from all related core modules
Product: javascript Reporter: Vladimir Riha <vriha>
Component: Node.jsAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: normal CC: tmysik
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description Vladimir Riha 2014-10-23 16:07:46 UTC
Created attachment 150087 [details]
IDE log

Please try following:

var fs = require("fs");

fs.


and invoke cc. It offers items a lot of modules like dns.js, http.js, repl.js and so on which makes it a bit difficult to find just the ones from fs.js. Would it be possible to either remove the unrelated one?


Thank you

Product Version: NetBeans IDE Dev (Build web-main-1441-on-20141022)
Java: 1.7.0_67; Java HotSpot(TM) Client VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_67-b01
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-03-30 11:16:51 UTC
Should work now better in web-main.
Comment 2 Vladimir Riha 2015-04-03 11:08:26 UTC
Thank you, verified

Product Version: NetBeans IDE Dev (Build 201504030001)
Java: 1.8.0_40; Java HotSpot(TM) Client VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)