Visual Studio Code

15 12月 2025
Python本体

Visual Studio Code

インストール

Image
vscode

日本語化

 

Image
vscode

 

Image
vscode

 

Image
vscode

 

Python開発環境

Image
python

 

Image
python

 

Image
python

 

TypeScript開発環境

Vue、Nuxtの作業環境です。

Prettier

Image
vscode

 

ESLint

Image
vscode

 

PythonとPrettierを共存させる。

settings.json

{
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true,
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter"
    }
}