Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am using eclipse helios 3.6 and i am developing JSF pages (Dynamic Web Project With JSF Capabilities) and sometimes i need to add style to a component in the xhtml page

<h:commandLink style="margin-righ:10px">

(not a style class) and i want to add CSS autocomplete to eclipse how to do so ? please advise, thanks.

share|improve this question

1 Answer

up vote 2 down vote accepted

Go:

Window -> Preferences -> Web -> CSS files -> Editor -> Content assist.

And make sure the checkboxes are checked

EDIT: Ok... Then try with these:

Window -> Preferences -> General -> Content Types -> Text -> JSP -> Add (*.css)

OR

Window -> Preferences -> General -> Content Types -> Text -> Java Source File -> Add (*.css)

Try with these and see if it solves your problem

EDIT 2: Plus try this:

Window -> Preferences -> General -> Editors -> File Association -> Add (*.css)

EDIT 3:

Window -> Preferences -> General -> Editors -> File Association

make sure it looks like this, it works for me with the autocompletion:

enter image description here

share|improve this answer
in fact they are checked, maybe that works in css files only ? – fresh_dev Oct 26 '11 at 9:00
you noticed that i asked for autocomplete in xhtml page not in css file ? – fresh_dev Oct 26 '11 at 11:57
doesn't work either no css proposal, no css template proposal, no default proposal. – fresh_dev Oct 26 '11 at 12:01
question updated. – fresh_dev Oct 26 '11 at 12:02
1  
hmm... there seems to be something really wrong with your environment configuration... this looks like an old bug that could appear in the IDE, that has been fixed, I can't see why you're getting it... I don't know honestly, re-install Eclipse? If that's not too great of an issue..? – AndroidHustle Oct 27 '11 at 11:28
show 10 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.