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 245623 - Code completion inside string value
Summary: Code completion inside string value
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-13 12:30 UTC by Vladimir Riha
Modified: 2017-01-20 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-07-13 12:30:07 UTC
Please try:

var a = "";

and invoke cc inside the double quotes, I think it shouldn't offer anything, code completion should not work there but it does and offer general code completion items.



Product Version: NetBeans IDE Dev (Build 201407090001)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.13.0-30-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Christian Lenz 2017-01-20 10:00:27 UTC
It works good as in other IDEs too sometimes there is a misbehaviour but it is ok. I think it should be optional. So an option to do it or not would be better, instead of removing. Some others wants it and then? Add it back?

Option needs here in my opinion.