Can't change the language of SSMS to English - settings

The option "Use the language of Microsoft Windows" in "International Settings" is chosen:
And the Windows language is English, as seen here:
Other solutions
I have also tried completely deleting the German Version and Reinstalling the English one.
My VS2017 is in English
Looking forward to any suggestions, thank you !

Related

Disable ligatures in Visual Studio

I found this question that is about enabling ligatures in Visual Studio, which appears to be automatic.
However, I don't like ligatures, so I was wondering if it is possible to disable them. I can't find anything in VS2017 or VS2019.
I also want to disable font ligatures in VS2017 today, then I found this link in MSDN community site. They say:
Currently, Visual Studio doesn’t have the ability to disable font ligatures in the editor, so the only option you currently have available is to chose a font that doesn’t provide ligatures.
I think they are foolish about this.
I ran into that issue in VS2022 aswell when tried to install Jetbrains Mono font. But it occured that jetbrains provides same font without ligatures, it's name is followed by 'NL'
Some time ago Microsoft created "Cascadia Mono" font, which is the same font as default in Visual Studio, but without ligatures.
You can download "Cascadia Mono" font from here:
https://github.com/microsoft/cascadia-code/releases
Install this font on your machine, restart Visual Studio, select "Cascadia Mono" font, and you will achieve the same result as "disabling" ligatures in VS.

Visual Studio Missing stuff in Tools Options

So I started using VS 2013 over a year ago now, but I never noticed I was missing options until I tried to use TypeScript and set the "Automatically compile ..." to true.
The only (Tools -> options -> text) Editor items I have are (General, JavaScript, CSS Advanced, HTML). (See Pic)
I am also missing a lot of other things in Options that everyone else seems to have.
I thought maybe I just didn't include stuff when I installed, but when I go to add optional features through (Add Remove Programs -> Modify) everything is checked except "Blend for Visual Studio". (See Pics)
I can't find anything on the web relating to my problem. Can anyone give me some direction.
I do see a "Show all settings" checkbox at the bottom, did you try checking this?
I don't personally use visual studio but I know there are differences between version offerings. https://www.visualstudio.com/en-us/products/compare-visual-studio-products-vs.aspx
Have you checked which versions those with these options are using?

Visual Studio replace tab with 4 spaces?

Is there a way to set TAB button to work as 4 spaces in Visual Studio 2010 instead of going to Edit->Advanced->Untabify Selected Lines?
You can edit this behavior in:
Tools->Options->Text Editor->All Languages->Tabs
Change Tab to use "Insert Spaces" instead of "Keep Tabs".
Note you can also specify this per language if you wish to have different behavior in a specific language.
First set in the following path Tools->Options->Text Editor->All Languages->Tabs
if still didn't work modify as mentioned below
Go to Edit->Advanced->Set Indentation ->Spaces
For VS2010 and above (VS2010 needs a plugin).
If you have checked/set the options of the tab size in Visual Studio but it still won't work. Then check if you have a .editorconfig file in your project! This will override the Visual Studio settings. Edit the tab-size in that file.
This can happen if you install an Angular application in your project with the Angular-Cli.
See MSDN blog
None of these answer were working for me on my macbook pro. So what i had to do was go to:
Preferences -> Source Code -> Code Formatting -> C# source code.
From here I could change my style and spacing tabs etc. This is the only project i have where the lead developer has different formatting than i do. It was a pain in the butt that my IDE would format my code different than theirs.
If you don't see the formatting option, you can do Tools->Import and Export settings to import the missing one.
For Visual Studio 2019 users:
By the comment under accepted answer, link:
Well... This is "almost" still the same in VS 2019... if you already done that and seems not to work, go to: Tools > Options, and then Text Editor > Advanced > Uncheck "Use adaptive formatting" as seen here

Eclipse keyboard shortcuts for VisualStudio

I know that there are many questions and answers regarding having VisualStudio keyboard shortcuts in Eclipse.
I'm actually interested in the opposite: having Eclipse keyboard shortcuts in VisualStudio.
Does anyone know if this is possible?
I haven't seen any direct Eclipse shortcuts or key-bindings to import directly in Visual Studio. (only official supported languages are documented)
That leaves only a manual settings, I am afraid.

Indenting c++ in visual studio

I am using Visual Studio 2005 team edition. I come from a unix background using gvim.
It would appear that formatting/indenting code seems to be a lot harder.
Can anyone suggest a good option. VI with its autoindent/smartindent settings spoilt me.
thanks
ctrl K-F formats the selected code
Go to tools->options->Text editor->c/c++ to set formatting details

Resources