The structure of my Compass projects has outgrown the capabilities of text editors like Sublime Text or TextMate/E. Example:
I'm in desperate need for variable/mixin names aoutcompletion and refactoring capabilities: renaming variables/mixins globally, moving files without breaking imports, etc.
I've tried latest JetBrains IDEs (RubyMine, PhpStorm, WebStorm, PyCharm) but they just can't handle Compass project structure. All variables are cosidered to be undefined, refactoring tools fail and other nasty things happen. Example:
So when it comes to Compass-powered SASS development, those paid IDEs yield to general programmer's editors like vim which at least have stupid yet working autocompletion.
The question is: what are the editors and IDEs that do have full-fledged Compass support?
PS I'm on Windows, but please suggest matching software for any OS.

