File tree 1 file changed +13
-0
lines changed
content/contributing-code/foundational-tech
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,24 @@ Studio Code (recommended) and Vim.
56
56
### Visual Studio Code
57
57
58
58
- [ Visual Studio Code - Code Editing. Redefined] [ vscode ]
59
+ - Highlighted features:
60
+ - [ Emmet in Visual Studio Code] [ emmet ]
59
61
- Recommended plugins:
62
+ - [ Docker - Visual Studio Marketplace] [ vscode-docker ] * makes it easy to
63
+ build, manage, and deploy containerized applications from Visual Studio
64
+ Code. It also provides one-click debugging of Node.js, Python, and .NET
65
+ inside a container.*
66
+ - [ Prettier - Code formatter - Visual Studio Marketplace] [ prettier ] : * is an
67
+ opinionated code formatter.*
68
+ - Prettier is especially helpful for Web develoment (HTML, JavaScript,
69
+ etc.)
60
70
- [ Rewrap - Visual Studio Marketplace] [ rewrap ]
61
71
- Some of our repositories hard wrap code and text at 80 characters
62
72
63
73
[ vscode ] : https://code.visualstudio.com/
74
+ [ emmet ] : https://code.visualstudio.com/docs/editor/emmet
75
+ [ vscode-docker ] : https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
76
+ [ prettier ] : https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
64
77
[ rewrap ] : https://marketplace.visualstudio.com/items?itemName=stkb.rewrap
65
78
66
79
You can’t perform that action at this time.
0 commit comments