Disabling the display of the full path to a file in the Find Results window in Visual Studio 2008

In Visual Studio 2008, in the "Search Results" window, how can I not show the full path to the name of the file in which a match was found?

What I'm trying to get around is where most of the window just shows a long way, and not a piece of text where a match is found.

+3
source share
1 answer

I do not know how to do this in the Visual Studio 2008 user interface (I even checked 2010 - nothing). However, there is a way to make changes to this using the registry. The link below should help. It is based on Visual Studio 2005, and it also works for Visual Studio 2008. Just change the registry location.

From: HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 8.0 \ Find

To: HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 9.0 \ Find

Source: Customize your search results in files! .

+3
source

Source: https://habr.com/ru/post/1721650/


All Articles