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.
-
What's providing the autocomplete that you already have in place?BoltClock– BoltClock2011-06-03 12:56:06 +00:00Commented Jun 3, 2011 at 12:56
-
The default eclipse helios provides autocomplete for normal CSS properties. But the advanced CSS properties are not provided.Basil Musa– Basil Musa2011-06-03 22:55:05 +00:00Commented Jun 3, 2011 at 22:55
Add a comment
|
1 Answer
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 :-)
1 Comment
Basil Musa
Thanks. 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?