번역 제안 :Removes comments then re-comments selected text
1. 분산된 주석을 적당히 합칩니다.
2. 선택된 영역 안의 모든 주석을 제거하고 하나의 주석으로 묶습니다.
3. 선택된 텍스트에서 중첩된 주석을 하나의 주석으로 만듭니다.
===========================================================
참고 : 개발자 설명 - Comment Group
select some nested(중첩된) comments (invalid css)
Code: Select all
/*
/*nested comment*/
*/
Code: Select all
/*good comment*/
and this will replace all nested comments with one comment
you can undo it later on (unless you close firefox)
select the comment and press this button again