Is there any way to change R# font size? - resharper

is there any way to change the resharper dialogs font size.
Supposedly it should be a way to do this on VS going to tools-> options-> environment -> fonts and colors -> resharper...
But in my case there is no such option. Am I missing something obvious here?
I tryed uninstalling resharper, repairing resharper, uninstall VS and re install R# but nothing seems to work....(And I tryied in four different machines)
I'm running R#7, VS2012 on a Win8 machine.
Any help will be apreciated.

Under Fonts and Colors -> Show settings for: -> "Environment Font"
You might find that R# uses the "Environment Font" which is the same font for things like Solution Explorer, menu items, etc. Try changing it and see if it effects resharper. Of course if they designed it this way, it means your entire VS environment is affected.

Related

How to change the font of Visual Studio Code's UI?

I'm trying to figure out how to change the font used in non-editor tabs in Visual Studio Code; right now this is what I'm getting (zoom the picture to better see what I'm referring to):
As you can see, a Serif font is used on these non-editor tabs (extension info, Git Graph tab, etc.), making it quite unpleasant and really hard to read.
This happened all of a sudden, I'm quite sure that it is not the default and a nicer and more readable Sans font was used before (like on the left panel), until this problem occurred. I've tried to find if it is possible to change this from inside VSC, but I'm only able to change the fonts used in the editor tabs.
I don't know why and how this behavior has started, and I'm not really sure if this issue is caused by VSC itself, by an extension, by the OS, or something else.
If it matters, I'm working on Linux, on a fully updated openSUSE Tumbleweed with KDE, and like I said this problem started to manifest itself only recently, it was not how it worked by default.
Any clue on how to solve this?
Visual Studio Code does not offer convenient solution out of the box to change the UI font family.
But a developer created the Customize UI plugin for VS Code.
⚠️ EDIT 02/01/2023: following the version 1.74, the Customize UI plugin no longer work, see here. There is currently no ways to change the font in VSCode.
Setup
Install the Customize UI plugin
Restart VS Code
Open VS Code Settings
Change Customize UI Font:Monospace to Fira Code
Change Customize UI Font:Regular to Helvetica Nueve or Arial depending on your OS
Alternativaly, you can edit those settings using the json settings editor as follow:
"customizeUI.font.regular": "Helvetica Nueve",
"customizeUI.font.monospace": "Fira Code",
GitHub issue here
vscode is an electron app so you can actually just open up the developer tools in the help menu, look up the location of workbench.desktop.main.css under the source tab, make a backup and edit the font-family rule for your OS.
There's a pretty gnarly-phrased notification that pops up about vscode being corrupted, however the linked-documentation is fairly clear it's just unsupported officially.
In most of the Linux distributions we get the option to change the fonts systemwide if you are okay with changing the system font.

Some of fonts from pc not visible in android studio editor's setting

My operating system is windows. So in my PC there is one font called 'Ayuthaya.ttf' (that's not windows default font).
I want to use this font in android studio. But in font list from android studio settings I can't find that font.
But in IntelliJ's settings the font is visible. So how can I fix it?
This might be a little too late but in case someone encounters a similar problem.
If you are running Windows Build 1809 then a possible solution would be:
Delete your currently installed font.
Select the font or fonts (regular, light, etc...).
Right-click & select "Install for all users".
Restart Android Studio.
This happens because since build 1809 fonts are installed to:
C:\Users\\AppData\Local\Microsoft\Windows\Fonts
while before build 1809 they were installed to:
C:\Windows\Fonts
Okay so I've actually had this issue in the past, this kind of issue usually happens when you change the default font on Windows. For example, I changed my default windows font to "San Francisco" by Apple and it literally made everything on Android Studio unreadable.
To fix the issue, just change the default font on Windows. If you're having trouble changing the font then I can provide you with a script to change the font.

Visual Studio 2012 Dark Theme Issue

I've been using the Visual Studio's Dark Theme for a while now. But as of today it got messed up. I'm not sure what triggered it but I'm speculating that opening an MVC3 project corrupted something. Please see the current behavior below.
How do I get this fixed?
Edit:
The issue is that the "Item foreground" and "Item background" settings gets set to something OTHER than "Default".
The fix is to go to Tools > Options > Environment - Fonts and Colors and setting the said properties to "Default".
Well, I fiddled with the Tools > Options > Environment - Fonts and Colors options for a while and managed to restore order. I'm not sure what messed it up initially!
I have had a lot of issues with the dark theme in VS2012. In order to make it work again I go to Tools -> Options -> Visual Experience and switch it to a different theme and then apply the dark theme again.

"Compare with / Latest from repository" color change

I installed Aptana Studio 3 eclipse plugin which totaly changed all default colors. After uninstalation of the plugin, in view for comparing changes from files on SVN - "Compare with / Latest from repository" still remains black background for sections which are different, comments and line numbers. Restoring setting and colors to default in "window / preferences / general" does not work. I tried also to manualy delete all folders containing "aptana" in the name from workspace. This also did not help. Thanks in advance for your ideas.
I just went through the same issue. You have to reinstall Aptana, go to Preferences -> Aptana Studio (or whatever it is) -> Themes and pick Aptana Studio 2.x, which uses a white background and black foreground.
That preference pane goes away once you uninstall it unfortunately. Kind of a stupid thing for them to change in that plugin, but I guess being edgy is more important than being consistent :)

Change ReSharper's color scheme

Does anyone know how to change the ReSharper color scheme in VS2008 SP1?
I've looked around and all the posts out there on the internet pointed to dead-ends.
JetBrains at one point told users to change the colors inside VS (Tools | Options | Fonts and Colors | Text Editor) but I don't see any ReSharper items in there.
Reinstalling did not solve it for me. This is from ReSharper's support. Note: Run notepad as administrator.
http://resharper-support.jetbrains.com/entries/26859128-ReSharper-Fonts-Colors-settings-do-not-appear-in-Visual-Studio-after-installation
Problems:
ReSharper Fonts & Colors settings do not appear in Visual Studio
after installation;
Colors from Light Color Theme are used with a
Dark Color Theme;
Solution:
Close all Visual Studio instances;
Open C:\Program Files (x86)\Microsoft Visual Studio {VS version}\Common7\IDE\Extensions\extensions.configurationchanged file;
Type anything there;
Save the file;
Open VS and check Fonts and Colors in Tools | Options | Environment;
In VS|Tools|Options|Environment|Fonts and Colors, ensure the "Show settings for:" listbox is set to Text Editor and you will find the ReSharper items.
To change the font colors of identifiers, goto:
Resharper > options > code inspection > settting > checkbox
The color identifiers.
Thanks Colby! Re-Installing ReSharper took care of it.
For future reference, the complete scenario was:
I had a trial mode ReSharper installed, once the trial expired I purchased the license, I did not try to change the color scheme during the trial period, so I don't know if the options where there before.
After re-install I can go to Fonts and Colors and all the ReSharper options are there!

Resources