Skip to content

Instantly share code, notes, and snippets.

@dongbum
Last active December 7, 2018 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongbum/1672ebeffd3005d8763c237073a74e08 to your computer and use it in GitHub Desktop.
Save dongbum/1672ebeffd3005d8763c237073a74e08 to your computer and use it in GitHub Desktop.
Visual Studio에서 주석 한번에 삭제
//로 시작하는 주석 검색/삭제 (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