How to get autocomplete of CSS3 properties on Eclipse inside the <ui:style> tag of GWT UiBinder? -


i can enable autocomplete of css3 properties .css , .gss files on eclipse following this answer nitin dahyabhaifriend:

the default profile in luna still css2. bring properties dialog web project , can change default css profile project on web content settings page. if css file not in web project, or if don't want use project default, can set using file's properties dialog (also web content settings page).

... doesn't enable autocompletion of css3 properties (such background-position, border-radius , on) inside *.ui.xml files (gwt uibinder). example:

<ui:style>     .randomstuff {         background-repeat: no-repeat;         background-position: center;         background-s <ctrl+space... no luck!>     } </ui:style> 

how can enable autocomplete of css3 inside files?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -