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 - add to cc also javascript from other projects
Summary: add to cc also javascript from other projects
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 09:07 UTC by fordfrog
Modified: 2012-08-15 09:07 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 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.