VSCode
https://gyazo.com/ec9fb9efd6ac72edcae4b97e23e8b34f
Visual Studio Code – コード エディター | Microsoft Azure
Visual Studio Code - Code Editing. Redefined
コードを Azure に簡単にデプロイできる統合ツールを備えた強力で軽量な無料コードエディター
Visual Studio Code
Settings
.vscode/settings.jsonにconfigを記載することができる
code:settings.json
{
"git.ignoreLimitWarning": true,
"python.pythonPath": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python",
"markdownlint.config": {
"MD033": false
}
}
拡張機能
markdownlint
Markdown の Linter
Reference
拡張機能
Visual Studio Codeを使うなら絶対に入れておきたい拡張機能Top20【2022最新版】 - Qiita
Web制作者必見!VSCodeのおすすめ拡張機能15個まとめ | Web Design Trends
VSCodeのおすすめ拡張機能と便利な設定、キーバインド集
ダミーデータ作成のお供に! VS Code 拡張機能「vscode-random」で人名やカラーコードなどを自動生成してもらおう! | Developers.IO
VSCodeの秘伝のワザを大公開! | Developers.IO
VSCodeのタブサイズをpythonでは4に他の言語では2に設定したい場合の方法
VS Codeをなぜ、使い続けているのか?
VSCodeおすすめ設定大公開!!おすすめ拡張機能も - Qiita