Please note that I already have CSS autocomplete support active, I need the CSS3 properties and other proprietary properties for CSS like border-raduis, ::selection, -mozkit and -webkit properties.
Asked
Active
Viewed 4,273 times
7
-
What's providing the autocomplete that you already have in place? – BoltClock Jun 03 '11 at 12:56
-
The default eclipse helios provides autocomplete for normal CSS properties. But the advanced CSS properties are not provided. – Basil Musa Jun 03 '11 at 22:55
1 Answers
3
You could install the Aptana Studio 3.0.3 plugin which has support for CSS3 properties. Aptana Ticket #1986 shows a way to enable matching for browser vendor specific extensions. Ticket #1495 is also relevant.
WARNING! I read on How do I add FTP support to Eclipse?, that the plugin could potentially overwrite or re-organise a lot of your Eclipse workspace. This is an older answer now, so the new version of plugin might be better. I wouldn't want my advice to break your Eclipse without warning you first :-)
-
1Thanks. Isn't there an alternative for Aptana. I mean, can't we import some kind of autocomplete file with CSS3 properties into eclipse. Doesn't eclipse provide an infrastructure to provide autocomplete files? – Basil Musa Jun 03 '11 at 15:06