LESS code hinting problem Follow
Hello,
I am currently evaluating PHPStorm and I am having a few problems with code hinting and LESS.
For example take the code below and paste it in a file example.less:
body {
background: white;
color: red;
p {
color: blue;
}
}
Then place cursor under "color: red;". Start typing a property name. The code hinting comes with html and other tags, but no CSS properties.
Please sign in to leave a comment.
Don't know -- seems to be working for me (PhpStorm v6 EAP build 124.373)


Thanks. I am using v5.
Can I get v6 EAP while I am still on the 30 day trial?
http://eap.jetbrains.com/phpstorm
Each EAP build has it's own 30-days license -- it should not collide with v5 trial.