PyCharm and SCSS - Is there a way to compile SCSS into CSS from within the IDE?

pycharm, sass

Solution

This feature was added in PyCharm 2.7.2 (currently available in EAP).

See `File` | `Settings` | `Plugins` File Watchers:

- Blog post about this feature

Problem

Is there a way to compile SCSS into CSS from within the IDE? How?

Original source