Bug 259025 - Content assist does not work for object fields declared inside quotes
Summary: Content assist does not work for object fields declared inside quotes
Status: RESOLVED DUPLICATE of bug 269004
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.javascript CLA
QA Contact: Phil Berkland CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-16 16:31 EST by Chris Jaun CLA
Modified: 2010-03-03 11:12 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jaun CLA 2008-12-16 16:31:47 EST
Build ID: I20081211-1908

Steps To Reproduce:
Create this javascript function...

var myObject = {
    "color": "red",
    "shape": "square"
};

Then try to use content assist on myObject.

Type "myObject." no choices are available.

If you remove the quotes from "shape" and "color" then they are available in content assist.

More information:
Comment 1 Chris Jaun CLA 2009-04-01 13:54:57 EDT

*** This bug has been marked as a duplicate of bug 269004 ***