본문 바로가기
Programming/C++

Visual Studio에서 검색이 안될 때

by MVP 2021. 4. 30.

Visual Studio에서 찾을 단어가 분명히 존재함에도 불구하고 검색이 안되는 경우가 있다. 

그럴 경우 2가지의 해결 방법이 존재한다.

 

1. Ctrl + Break 키 눌러보기

 

2. 1번 방법으로 안될 때 해당 링크 참조

visual studio - Find Results not displaying Results - Stack Overflow

 

Find Results not displaying Results

Today my Find Results feature of Visual Studio 2012 stopped working. The Find Results windows displays summary information, but not the actual lines matched. This is all my Find Results window disp...

stackoverflow.com

 

↓도움이 되셨다면 공감을 눌러주시면 감사하겠습니다.