Netbeans SCSS file autocomplete just like CSS file

autocomplete, netbeans, sass

Solution

there is a scss plugin for Netbeans. http://code.google.com/p/scss-editor/

The newest version (scss-editor 1.1.1 beta) supports autocomplete for scss files.

Problem

I am wondering if i can use same autocomplete feature which .css file has in .scss file in netbeans. scss file plugin which netbeans has gives nice coloring but doesn't seems to work for autocomplete. Is there a ways i can use css like autocomplete for scss file?

Original source