Visual Studio 2010(2012) 속도 향상
* 옵션 설정
Tools -> Options -> Text Editor -> C/C++ -> Advanced -> IntelliSense
Disable Auto Updating = True
Disable #include Auto Complete = True
Max Cached Translation Units = 5 이상(2~15)
    - 일반적으로 동시에 작업하는 소스 파일수로 설정
* IntelliSense 옵션 기능 설명
http://blogs.msdn.com/b/vcblog/archive/2010/03/09/intellisense-browsing-options-in-vc-2010.aspx
*  Whole Tomato Visual Assist (비주얼 어시스트) 사용하기
Tools -> Options -> Text Editor -> C/C++ -> Advanced 
* 인텔리센스 끄기
    -> IntelliSense : Disable IntelliSense = True
반응형
    
    
    
  'Code > Desktop' 카테고리의 다른 글
| Intel TBB 사용법 (0) | 2014.01.19 | 
|---|---|
| Visual Studio 2013 (2012) 에서 XP 호환 프로그램 만들기 (4) | 2014.01.18 | 
| Visual studio 2012 설치 관련 문제 해결 (0) | 2014.01.16 | 
| [prj] HTML 태그, 속성 정리 삭제 유틸 프로그램 (0) | 2014.01.15 | 
| 콘솔 프로그램에서 끝내기전에 멈추는 방법 (0) | 2014.01.14 | 










