Visual Studio Code Extensions
Here are the extensions that I use frequently:
- Material Icon Theme
- One Monokai Theme
- indent-rainbow
- Peacock
- C/C++
- Clang-Format
- Python
- Pylance
- Python Debugger
- Markdown All in One
- Markdown Preview Github Styling
- Git Graph
- Bookmarks
- CodeSnap
Customized Settings Link to heading
Peacock Link to heading
- Create a JSON file at
./vscode/settings.json. - Copy and paste the following format to the JSON file.
{
"peacock.favoriteColors": [
{ "name": "My Color - Blue", "value": "#375669" },
{ "name": "My Color - Green", "value": "#456525" },
{ "name": "My Color - Red", "value": "#82231c" },
{ "name": "My Color - Yellow", "value": "#9e7e38" },
{ "name": "My Color - Purple", "value": "#511536" }
]
}
- Then you can swith the editor’s color by
Peacock: Change to a Favorite Colorin the command palette.
CodeSnap Link to heading
- Open Settings and search for CodeSnap settings.
- Change the following settings.
| Item | Change to |
|---|---|
| Container Padding | 0em |
| Rounded Corners | uncheck |
| Show Window Controls | uncheck |