EN
Microsoft Visual Studio - change text case in the editor
4 points
In Visual Studio it is possible to change text case in editor from lower to upper case and vice versa. This configuration works for default C# environment settings (Tools->Import and Export Settings..., Reset all settings and later Visual C# default configuration).
- ctrl+u - sets selected text in editor to lower case
- ctrl+shift+u - sets selected text in editor to upper case