Sublime text 2 how to delete comments only

前端 未结 6 1890
既然无缘
既然无缘 2020-12-23 12:30

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         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 13:27

    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)

提交回复
热议问题