https://marketplace.visualstudio.com/items?itemName=jsakamoto.CMethodsCodeSnippets
비주얼스튜디오에서 C#은 워낙 킹갓 인텔리센스를 제공해줘서
한 두글자쓰고 탭탭 누르면 왠만하면 다 만들어주는데
의외로 메소드에서 이런기능이 없다
해당 플러그인을 깔면 메소드에서도 해당 기능을 지원해준다.
- method (snippet for instance method)
- and "method1", "method2", "method3" are taking arguments edition.
- vmethod (snippet for virtual instance method)
- and "vmethod1", "vmethod2", "vmethod3" are taking arguments edition.
- smethod (snippet for static method)
- and "smethod1", "smethod2", "smethod3" are taking arguments edition.
- xmethod (snippet for extension method)
- and "xmethod1", "xmethod2", "xmethod3" are taking arguments edition.
- amethod (snippet for an async instance method)
- asmethod (snippet for an async static method)
- eh (snippet for event handler method)
- seh (snippet for event handler static method)
728x90
'프로그래밍 언어 노트 > C#' 카테고리의 다른 글
[C#] orderby를 활용한 간단한 셔플 (0) | 2018.12.28 |
---|---|
[C#/WPF] XAML을 사용하여 WPF에서 Windows Forms 컨트롤 호스팅 (0) | 2018.12.03 |
[C#/Winform] Microsoft Automatic Graph Layout (MSAGL) (0) | 2018.12.03 |
[C#] 7.0 새로운 기능 out과 함께 초기화 (0) | 2018.10.07 |
[C#] auto property (0) | 2018.10.01 |