Reputation: 7457
not sure if that big font comes from my Windows 10 setting or ReSharper still is not fully integrated with Visual Studio 2015. Does anyone else have the same problem?
Upvotes: 9
Views: 767
Reputation: 1
Extensions >> Resharper >> Options
Environment >> IntelliSense >> Completion Appearance >> Display completion items in:
Select **Text Editor font**
Upvotes: -1
Reputation: 10917
Resharper allows you to either use the Visual Studio IntelliSense font
or the Text Editor font
(under Resharper
->Options...
->Environment
->IntelliSense
->Completion Appearance
)
The Visual Studio Intellisense font
is set in Visual Studio by: Tools
->Options...
->Environment
->Fonts and Colors
and change setting for Statement Completion
(Or you could uninstall Xamarin tools...)
Upvotes: 10