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 216905

Summary: add to cc also javascript from other projects
Product: javascript Reporter: fordfrog <fordfrog>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description fordfrog 2012-08-15 09:07:15 UTC
current cc in js editor is really great. i would suggest to extend it to display also objects from other open projects. here is my use case:

i create separate projects as js libraries. these libraries are either general or project specific. they are used from other projects, but the files from the libraries are not copied to the projects they are used from.

currently, coding using the libraries requires either using my memory to recall objects and function signatures, or walking through the library code and looking up the function i intend to use, which is not that time effective compared to the suggested enhancement where simply using cc would display also objects and functions from my libraries.