Editor for writing SASS/SCSS?

samehsaad3

New Member
I know there is an extensive list of working editors on the site itself, but I was wondering from you developers, what is the best tool for writing SASS, and more specifically and importantly, the new syntax (SCSS).There are a few things I would like:
  • Syntax highlighting
  • Beautiful CSS outline, so it is easy to keep track of big files (usually comes up as a rightbar in IDEs where you can click to go to the specified selector
  • Support the new SCSS syntax
I am currently using netbeans, but the current plugin is way from finished, does not support SCSS syntax, and the outline is absolutely counter-intuitive.In the best of both worlds, I would like everything to work inside netbeans, but an external editor might suffice as long as it covers the features correctly.Also, I tried Vim for syntax highlight, which is great, but is there a way to get the outline as well?I am not developing using Ruby, I am developing using PHP, on Ubuntu linux.
 
Back
Top