Eternal1
Eternal1

Reputation: 5625

Using Compass in PHPStorm 7

So i'm using brand new PHPStorm 7, which is supposed to have full Compass support, with syntax highlighting and stuff.

I successfully install compass to my project directory, PHPStorm offers me to use compass sass watcher, automatically finds compass.bat and my config.rb .

And then, nothing happens - my @import "compass" still triggers unable to resolve import from watcher, i don't get any code completion or search features. The only solution i know was an old trick of adding compass stylesheets directory as a resource root to my project.

So what i'm asking - is this the way it's supposed to be, or am i doing anything wrong, because i don't think manually importing a library into every project is a proper way for supposed library support.

Upvotes: 2

Views: 1959

Answers (1)

Eternal1
Eternal1

Reputation: 5625

After all, there is an issue on Windows. There's the solution, and it works. Thanks LazyOne.

http://youtrack.jetbrains.com/issue/WEB-9139

Upvotes: 3

Related Questions