Visual Studio
Appearance
Shortcuts
CTRL+Enter: Will create a new line above your current line and move your cursor there.
.NET Commands
See if a valid HTTPS certificate is present
dotnet dev-certs https
-- If present, will return "A valid HTTPS certificate is already present."
Trust
dotnet dev-certs https --clean
dotnet dev-certs https --trust
Recent Version
dotnet --version
Available Version
dotnet --list-sdks
Verbose
dotnet --info