Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Content Assist API Help in JavaScript Editor.

Hi Christopher,

Thanks for your reply.

Specific example for my problem is as follows.

Steps to reproduce:
1.Put this sample code to a "*.js" file:
2.var a = new String();
a.length //Hover help not shown: length is a property
a.concat() //Hover help shown: concat is a function

So it seems that hover help is shown only for functions and not properties.

Should i open a bug for this problem?

Thanks,
Amruta



On Thu, May 28, 2009 at 7:10 PM, Christopher Jaun <cmjaun@xxxxxxxxxx> wrote:

Hi Amruta,

Can you provide a specfic example of where you are seeing the content assist fails?

Here is a list of some of the open content assist bugs....

https://bugs.eclipse.org/bugs/show_bug.cgi?id=234587
https://bugs.eclipse.org/bugs/show_bug.cgi?id=254642
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258957
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259008
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259178
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268989
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268999
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269049
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269056
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269074
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269200
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269214
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269267

If you dont see your problem there or are not sure just go ahead and open a bug against JSDT. If you can include your specific example in the bug description that would be helpful.

Thanks,
Chris


Inactive hide details for Amruta Supekar <amrutasup@xxxxxxxxx>Amruta Supekar <amrutasup@xxxxxxxxx>



To

wtp-dev@xxxxxxxxxxx

cc


Subject

[wtp-dev] Content Assist API Help in _javascript_ Editor.

Hi,

While using the _javascript_ Editor i have observed that inline help does not appear for variables.
Is there a bug already reported for this?

Can anyone provide me some help?

Thanks,
Amruta


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


GIF image

GIF image


Back to the top