Visual Studio Code

Visual Studio Code (VS Code) is a free, cross-platform source code editor. It supports many languages through extensions and includes core features like syntax highlighting, code completion, navigation, refactoring, and formatting.

VS Code also includes an integrated debugger UI with breakpoints, stepping, variable introspection via the Run and Debug view. It has built-in Git source control features for staging, commits, branch workflows, and more.

It also provides an integrated terminal that opens at your workspace root. For Python, the official extension adds rich language support, including IntelliSense, debugging, linting and formatting, testing, and environment tooling. Notebook workflows are also available via extensions.

Official website: code.visualstudio.com

Tutorial

Advanced Visual Studio Code for Python Developers

In this tutorial, you'll learn how you can configure, extend, and optimize Visual Studio Code for a more effective and productive Python development environment. By digging into this customizable code editor and IDE, you'll put yourself on track to be a VS Code power user.

advanced editors tools

For additional information on related topics, take a look at the following resources:


By Leodanis Pozo Ramos • Updated Dec. 18, 2025