* Visual Studio 2015 에서 디버깅 시작 과 끝에서 딜레이가 길고 느릴때 해결 방법
C# debugging start end too slow problem
Project -> Properties -> Debug
-> Enable Debuggers : Enable the Visual Studio hosting process : 체크 없앰
//============================
* 함수 상단에 reference (참조수) 숨기기
Tools--> Options --> Text Editor --> All Languages --> CodeLens
* 자동 완성 막기 - 블록 { }
- Options -> Text Editor -> All Languages -> General
-> Automatic brace completion : 체크 해제
반응형
'Code > C#' 카테고리의 다른 글
[C#] System.Management.ManagementException: Access denied 에러 해결 방법 (0) | 2020.02.10 |
---|---|
C# 크롬 브라우저 내장하기 (0) | 2020.02.01 |
[C#] 에러 해결 An object reference is required for the non-static field, method, or property Dispatcher.BeginInvoke (0) | 2020.02.01 |
C# Tips (0) | 2017.11.02 |
C# 과 Java 성능 비교 (0) | 2016.07.05 |