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 99630

Summary: CC scope larger then current file
Product: javascript Reporter: Pavel Buzek <pbuzek>
Component: EditorAssignee: issues@ide <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 112625    
Bug Blocks:    

Description Pavel Buzek 2007-04-01 20:10:23 UTC
JavaScript completion currently works only on the current file. This is a
request to provide items defined in referenced scripts in code completion of
embedded JavaScript in HTML. This should cover both the case when the user has a
few small hand written scripts as well as large existing frameworks (the
solution may be different for each?).
Comment 1 Jan Jancura 2007-06-18 08:50:17 UTC
Fixed in trunk. CC shows all global variables and functions for current project.
Comment 2 Radim Roska 2007-08-13 12:12:47 UTC
CC works for variables but i have not found functions defined in another js file.
Comment 3 Radim Roska 2007-08-13 12:22:19 UTC
Functions missing in CC from another js file is caused by problem with recognizing functions. I filed issue about this.
http://www.netbeans.org/issues/show_bug.cgi?id=112625
Comment 4 Jan Jancura 2007-08-14 13:32:26 UTC

*** This issue has been marked as a duplicate of 112625 ***
Comment 5 Radim Roska 2007-08-16 10:34:17 UTC
VERIFIED