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?
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...)
Related
In previous version of Android studio 3.4, color scheme can be saved and used when it is opened. Now every time Android studio is opened, color scheme becomes the default setting, I should change my custom color shceme perference this manually.
I upgrate to Android studio 3.5 , and the problem solve.
I installed my favorite programming editor font - Inconsolata - on my Macbook Pro, but I can't seem to get it working in Android Studio. I've confirmed that the font works correctly on eclipse, so it is definitely installed correctly.
In the Android Studio options, it just shows a bunch of strange boxed A characters. If I select the font, my entire editor becomes boxed A characters.
Anyone know how to make this font work in Android Studio?
I got Inconsolata working by unselecting "Show only monospaced fonts." Before that, Inconsolata wasn't even showing up. I'm using Windows, but it might work for you.
The most simplest way to change font in Android studio editor is given below:
Step 1: Go to directory C:\Program Files\Android\Android Studio\jre\jre\lib\fonts
Step 2: Paste the font with.ttf extension i.e.,(True Type Font) file of your custom font.
Step 3: Open Android Studio and set the font through Settings/General/Font in the File Menu. But, make sure that you have to re-open the Android Studio if already open.
I am having a problem that Visual studio 2013 is showing all the text in a .ts file in black color. There are no colors for any of the code or comments. Am I missing a plugin or something? How can I get colors for ts files?
You need to install the power tools : https://visualstudiogallery.msdn.microsoft.com/955e0262-0858-40c9-ab5a-1acc680e9bfd
More blogs.msdn.com/b/typescript/archive/2014/11/12/announcing-typescript-1-3.aspx
I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there anyway i could get back the older grey theme or is there anyway i could make it look a bit more whiter ?
Tools -> Options -> Environment -> General -> Color Theme
or you could try to use Visual Studio 2012 Color Theme Editor , it has pre built themes too.
For Visual Studio 2015 and later versions
Tools->Options->General->ColorTheme
Change theme and Press OK.
I've found the colour theme settings for Visual Studio 2012 at HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config\Themes
I can duplicate a dark output window in the light scheme by copying the relevant key so this is definitely where the color comes from (you have to restart the IDE in-between changes).
I'm wondering if anyone is familiar with the format of the binary data in these keys?
Or the Common7\IDE\CommonExtensions\ShellColors.pkgdef file that they seem to be created from?
I've tried some experimentation with changing what I guess should be the colour values with without much success.
Try this theme editor I wrote that helps you modify the built-in colors of the Dark/Light themes. Most of Visual Studio's Windowing colors are in the Environment category.
More info here:
Modify Visual Studio 2012 Dark (and Light) Themes
Visual Theme Editor 2012 Source Code