In my sass code, I have inline comments and I wish to remove these in sublime text. Is it possible to permanently delete all comment content alone?
@functio
If you have no other possibility, you could select every //
(Select first //
then CtrlD while there's comments left if my memory is correct).
Then press ShiftEnd to select every end of line with a //
and Del ! :)
(There's probably a plugin for that, but this is the simplest method I think. This suggest that all your //
refers to the beginning of a comment, of course)