Search code examples
phpstorm

Is there a way to get Expression Web style CSS code hints in the PhpStorm IDE?


Microsoft Expression Web has a very nice code hint feature for CSS so that when you type in a property it lists all the options at the top along with a drop down for code completion.

Example

Is there a way to replicate this behavior in PhpStorm?


Solution

  • As pointed out in the comments as of PhpStorm 4.0.1, this feature is available in the IDE but does not work on CSS code.