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,

  1. go windows >> preferences
  2. then javascript >> editor >> content assist >> advanced
  3. in right pane, make sure other javascript proposals ticked shown in image below:

preferences screenshot


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -