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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ The Black extension for Visual Studio Code provides formatting support for your
31
31
32
32
- **Customize Black**: You can customize the behavior of Black by setting the `black-formatter.args` setting.
33
33
34
+
- **Keyboard Shortcuts**: The code formatting is available in Visual Studio Code through the following keyboard shortcuts:
35
+
- On Windows: Shift + Alt + F
36
+
- On Mac: Shift + Option + F
37
+
- On Linux: Ctrl + Shift + I
38
+
34
39
### Disabling formatting with Black
35
40
36
41
If you want to disable Black formatter, you can [disable this extension](https://code.visualstudio.com/docs/editor/extension-marketplace#_disable-an-extension) per workspace in Visual Studio Code.
0 commit comments