You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change the default formatter to "`Black`" instead of "`Autopep8`". Very critical to avoid large diffs. Go to "Preferences" -> User Settings and update the setting "`python.formatter.provider`" to "Black" https://code.visualstudio.com/docs/python/editing
28
+
To enable auto-formatting on "Save", i.e. `⌘ + S`, configure the following:
30
29
31
-
2. Enable `Format on Save` Setting: "Editor: Format On Save" setting on Code -> Preferences -> Settings
30
+
1. Change the default formatter to `Black` instead of `Autopep8`. Critical to avoid large diffs. Go to _Preferences_ -> _User Settings_ and update the setting `python.formatter.provider` to `Black`
32
31
33
-
3. To test, Open a Python file and check if you write code that it automatically formats on saving the file.
32
+
2. Enable `Format on Save` Setting: _Editor: Format On Save_ setting on _Code_ -> _Preferences_ -> _Settings_
34
33
35
-
### Markdown rendering extension
34
+
### JavaScript
36
35
37
-
This extension allows you to see Markdown files easily in Visual Studio itself so that we can read documentation directly from VS Code
) - Supercharge the Git capabilities built into VSCode
59
53
60
-
### Docker: to control Docker images right from VS Code
54
+
### Docker
61
55
62
-
Instructions can be found here: https://code.visualstudio.com/docs/containers/overview, Extension: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
56
+
*[Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) - Create, manage, and debug images from within VSCode
63
57
64
-
### Paste JSON as Code
58
+
### JSON
65
59
66
-
Infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in your desired programming language. To use this extension, just copy some JSON and use "Edit/Paste JSON as Code".
*[Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) - Infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in your desired programming language
0 commit comments