프로젝트를 하다보면 은근 주석달기 귀찮아서,
만들어서 쓰고 있던건던데 누군가에게 도움이 되었으면 좋겠다.
1. Header Comment
//---------------------------------------------------------------------------------------------------
// <copyright file="AccountProcessor.cs" company="YANGMART">
// Copyright (c) 2010-2016 ultralisk<ultralisk@nate.com>, YANGMART. All rights reserved.
// The authors disclaim copyright to this source code. For more details,
// see the COPYING file included with this distribution.
// </copyright>
//----------------------------------------------------------------------------------------------------
2. TODO ~ Issue Comment
// TODO [ultralisk] 2016-08-10 11:24:00 – 이것은 TODO
등록된 주석을 통해서 작업목록 메뉴에서 보면 편해서 만든것인데, 주석달때는 단축키를 등록해놓고 사용하면 편하다.
단축키 등록 및 사용법은 알아서-0-
VS2012, VS2013용 두개 버전.
'Environment > VisualStudio' 카테고리의 다른 글
SCM Ignore(Perfoce, Git) (0) | 2016.08.10 |
---|---|
T4 Template (0) | 2016.08.06 |
[VS2012] vsix 설치파일의 플랫폼정보 수정 (0) | 2013.01.29 |
Code Snippet (0) | 2012.08.17 |
Visual Studio 초기화 (0) | 2012.08.17 |