7

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.

Basil Musa
  • 8,198
  • 6
  • 64
  • 63

1 Answers1

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 :-)

Community
  • 1
  • 1
andyb
  • 43,435
  • 12
  • 121
  • 150
  • 1
    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? – Basil Musa Jun 03 '11 at 15:06