en/docs/chapter_appendix/installation.md
We recommend using the open-source and lightweight VS Code as the local integrated development environment (IDE). Visit the VS Code official website, and download and install the appropriate version of VS Code according to your operating system.
VS Code has a powerful ecosystem of extensions that supports running and debugging most programming languages. For example, after installing the "Python Extension Pack" extension, you can debug Python code. The installation steps are shown in the following figure.
python in the VS Code extension marketplace and install the Python Extension Pack.pip install black on the command line to install the code formatter.c++ in the VS Code extension marketplace and install the C/C++ Extension Pack.Clang_format_fallback Style code formatting option, and set it to { BasedOnStyle: Microsoft, BreakBeforeBraces: Attach }.java in the VS Code extension marketplace and install the Extension Pack for Java.C# Dev Kit in the VS Code extension marketplace and install C# Dev Kit (configuration tutorial).go in the VS Code extension marketplace and install Go.Ctrl + Shift + P to open the command palette, type go, select Go: Install/Update Tools, check all options and install.swift in the VS Code extension marketplace and install Swift for Visual Studio Code.Prettier in the VS Code extension marketplace and install the code formatter.typescript in the VS Code extension marketplace and install Pretty TypeScript Errors.rust in the VS Code extension marketplace and install rust-analyzer.