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 214021 - Enable JQuery code assist without having a local file for reference
Summary: Enable JQuery code assist without having a local file for reference
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal with 2 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 08:17 UTC by thegame
Modified: 2015-06-16 12:01 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 thegame 2012-06-12 08:17:20 UTC
JQuery code assist currently requires a local jquery file for it to work, but that is pretty inconvenient. If a developer uses the Google CDN or the JQuery website for a remote reference, then it's totally unnecessary. Almost every other IDE supports JQuery code completion/assist without a local reference to the library.