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 235200 - Completion inside jQuery quotes offers JavaScript core methods
Summary: Completion inside jQuery quotes offers JavaScript core methods
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P4 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 253812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-29 06:40 UTC by Vladimir Riha
Modified: 2015-09-29 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the bug in completion (155.97 KB, image/png)
2014-01-19 19:26 UTC, iluvtr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-08-29 06:40:55 UTC
For instance, have following in JS file:

$("")


and invoke code completion inside inside the quotes
=> among classes, IDs, elements etc. there are also JavaScript methods (e.g. isFrozen()), prototype, constructor etc. 


Product Version: NetBeans IDE Dev (Build 201308290001)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b39
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2013-08-29 07:21:55 UTC
I'm not going to fix it now. It requires some changes in api, which is not intended now. I'm marking this as P4, because from user point of view I think it's advantage :) and the methods are displayed at the end of cc items list.
Comment 2 Vladimir Riha 2013-08-29 07:24:57 UTC
I agree with being a minor issue, but I don't see the advantage here :)
Comment 3 iluvtr 2014-01-19 19:24:08 UTC
Please solve this problem, It's very annoying, as HTML5 developers we need accurate code completion
Comment 4 iluvtr 2014-01-19 19:26:03 UTC
Created attachment 144128 [details]
Shows the bug in completion
Comment 5 Vladimir Riha 2014-07-14 14:17:54 UTC
I'm sorry but this is not a P1, barely P3 (please see [1]). Thank you


[1] http://wiki.netbeans.org/BugPriorityGuidelines
Comment 6 iluvtr 2014-07-14 18:37:41 UTC
Thanks for the correction Vladimir, some progress on this bug?
Comment 7 Petr Pisl 2015-09-29 13:37:15 UTC
*** Bug 253812 has been marked as a duplicate of this bug. ***