Last active
December 7, 2018 09:25
-
-
Save dongbum/1672ebeffd3005d8763c237073a74e08 to your computer and use it in GitHub Desktop.
Visual Studio에서 주석 한번에 삭제
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//로 시작하는 주석 검색/삭제 (http://artwook.tistory.com/287) | |
//.* | |
/* */ 로 되어있는 주석 검색/삭제용 | |
/\*[(\x00-\xff)|(ㄱ-ㅎ가-힣)]*?\*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment