java - Using javascript editor in my eclipse -
i using ubuntu 12.04. have installed eclipse in it. want write javascript files in eclipse installed 1 javascript plugin (programming languages -> javascript development tools) in eclipse. when write java programs default proposals. when write system. list of menu contains properties of system class. why not happening javascript files. when write document. , press ctrl + space, no "no default proposal message". let me know missing here.i want default proposals when write js code in eclipse.
you need enable other javascript proposals
option in default content asiist list.
to that,
- go
windows
>>preferences
- then
javascript
>>editor
>>content assist
>>advanced
- in right pane, make sure
other javascript proposals
ticked shown in image below:
Comments
Post a Comment