Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change font and set word wrap viewing for "find symbol search" result in Visual Studio 2010?

I want to set the font and be able to view in word wrap mode when viewing the results after making a search for a symbol (I often search for references of a method). I don't know how to do this.

like image 901
Nam G VU Avatar asked Jun 18 '10 11:06

Nam G VU


People also ask

What is word wrap code?

If you want to use text word wrap in your Visual Studio Code editor, you have to press button Alt + Z for text word wrap. Its word wrap is toggled between text wrap or unwrap.


2 Answers

If you want to change the word wrap settings for the search windows go to Tools/Options/Text Editor/Plain Text and check the Word Wrap checkbox.

like image 190
sarghir Avatar answered Oct 25 '22 00:10

sarghir


Tools -> Options -> Environment -> Fonts and Colors

Then choose what window to change in the “Show settings for” dropdown.

As far as I know, you can't change the wordwrap.

like image 42
JM10 Avatar answered Oct 25 '22 02:10

JM10