0

Hey guys I'm trying to move away from Visual Studio and to Intellij IDEA for web developing however I heavily use the features in the Web Essentials extension. Most of them I can find but I can't seem to find the following features:

  • Vendor specific property generation
  • Add missing standard properties
  • Display browser support for properties and selectors
  • Warnings for browser compatibility issues

Does anyone know of a plugin or something that can meet some/all of these features for Intellij IDEA?

Makoto
  • 104,088
  • 27
  • 192
  • 230
thed0ctor
  • 1,350
  • 4
  • 17
  • 34
  • There is **Quirks mode** inspection that you can enable in `Settings` | `Inspections`. – CrazyCoder Jul 15 '13 at 09:27
  • Okay thanks! That seems to eliminate the bottom two. Any ideas on the top? – thed0ctor Jul 15 '13 at 15:36
  • The top two are tracked by http://youtrack.jetbrains.com/issue/WEB-4698 and http://youtrack.jetbrains.com/issue/WEB-6359. – CrazyCoder Jul 15 '13 at 15:37
  • Okay so the first one looks like they've been aware of it for a while. Second one is fairly recent (this year) so maybe he'll push it out in Idea 13. Sweet. You should post this as an answer so if no one else comes up with something I can mark yours. – thed0ctor Jul 15 '13 at 15:48

1 Answers1

2

There is Quirks mode inspection that you can enable in Settings | Inspections, it will cover the bottom 2 features.

Unfortunately, the first 2 features are not implemented yet:

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904