Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans SCSS file autocomplete just like CSS file

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?

like image 660
pankaj4u4m Avatar asked Jul 04 '12 02:07

pankaj4u4m


1 Answers

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.

like image 53
fehrlich Avatar answered Nov 22 '22 23:11

fehrlich