Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johannesdeml/vs-code-settings
My visual studio code settings and shortcuts
https://github.com/johannesdeml/vs-code-settings
Last synced: 9 days ago
JSON representation
My visual studio code settings and shortcuts
- Host: GitHub
- URL: https://github.com/johannesdeml/vs-code-settings
- Owner: JohannesDeml
- Created: 2020-06-26T08:06:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T07:47:23.000Z (8 months ago)
- Last Synced: 2024-10-11T10:36:43.523Z (about 1 month ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code Settings
My custom settings, this is mostly tailored for people who work with Unity and are used to the good ols `shift shift` shortcut from Intellij.
Recommended extensions (especially when working with Unity):
* [Unity for VS Code](https://marketplace.visualstudio.com/items?itemName=VisualStudioToolsForUnity.vstuc)
* [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
* [Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) & [Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) (Paid)
* [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)Settings path:
* Windows: `%APPDATA%\Code\User`
* MacOS: `~/Library/Application Support/Code/User`## Principles
Make the shortcuts more browser like and the good old shift shift from intellij.
| Command | Description |
| ---------------- | -------------------- |
| Ctrl + T | open file in tab |
| Ctrl + W | close current tab |
| Ctrl + Shift + W | close all other tabs |
| Shift + Shift | open file in tab |