Date: 21 Jan 2023
Visual Studio and VS Code Tips
What is the relationship between Visual Studio and Visual Studio Code?
It’s kind of the same relationship that Java has to JavaScript, the Ham has to Hamster, and the car has to carpet.
Lines from Chris Heilmann What is the relationship between Visual Studio and Visual Studio Code?, One Dev Question
Visual Studio
Remove initial splash screen
- Right Click on Visual Studio shortcut ->
- Select “Property”
-
In the Target field add “/nonsplash” argument in the end of Target value
“C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe” /nosplash
VS Code
Open files always in new tab
- open command palette (Ctrl + Shift + P )
- type Preferences: Open User Settings
- Search workbench.editor.enablePreview
- disable all of these
Autosave
- File
- Preferences
- Setting
- Search auto save
- In the Files:
Auto Save select after delay