Possible Duplicate:
Eclipse JavaScript Editor: content assist for js files
I used eclipse to write code in javascript.
Is it possible that the eclipse will complete word or statement in jQuery or in javascript?
For example
$("test").
then I want to get the option of all the functions or
var obj = { key : 1 , val : 2 }
when I press obj. I want to get key or val
Is it possible to do it in eclipse ?