All Projects β†’ DonJayamanne β†’ Pythonvscode

DonJayamanne / Pythonvscode

Licence: mit
This extension is now maintained in the Microsoft fork.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Jupyter Notebook
11667 projects
HTML
75241 projects
Roff
2310 projects

Projects that are alternatives of or similar to Pythonvscode

Suplemon
πŸ‹ Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!
Stars: ✭ 734 (-63.54%)
Mutual labels:  terminal, editor
Ed
A modern UNIX ed (line editor) clone written in Go
Stars: ✭ 44 (-97.81%)
Mutual labels:  terminal, editor
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (-60.46%)
Mutual labels:  linter, jupyter
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (-91.8%)
Mutual labels:  visual-studio-code, editor
Simplec
C/C++ develop tool for android.
Stars: ✭ 105 (-94.78%)
Mutual labels:  terminal, editor
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (-81.22%)
Mutual labels:  terminal, editor
Vscode Intelephense
PHP intellisense for Visual Studio Code
Stars: ✭ 872 (-56.68%)
Mutual labels:  visual-studio-code, intellisense
Yonce
πŸ‘‘ Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (-86.09%)
Mutual labels:  terminal, visual-studio-code
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-95.13%)
Mutual labels:  terminal, editor
Vscode Ppa
Visual Studio Code PPA
Stars: ✭ 83 (-95.88%)
Mutual labels:  visual-studio-code, editor
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+924.94%)
Mutual labels:  terminal, jupyter
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (-93.34%)
Mutual labels:  linter, visual-studio-code
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+63.44%)
Mutual labels:  terminal, editor
Aidlearning Framework
πŸ”₯πŸ”₯AidLearning is a powerful mobile development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports OpenCL (GPU+NPU) for high performance acceleration...Linux on Android or HarmonyOS
Stars: ✭ 4,537 (+125.38%)
Mutual labels:  terminal, jupyter
Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+820.32%)
Mutual labels:  terminal, editor
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (-55.89%)
Mutual labels:  terminal, jupyter
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-87.43%)
Mutual labels:  extract, editor
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (-87.08%)
Mutual labels:  linter, visual-studio-code
Vscode Gremlins
Gremlins tracker for Visual Studio Code: reveals invisible whitespace and other annoying characters
Stars: ✭ 78 (-96.13%)
Mutual labels:  linter, visual-studio-code
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-94.44%)
Mutual labels:  visual-studio-code, intellisense

Python extension for Visual Studio Code

A Visual Studio Code extension with rich support for the Python language (for all actively supported versions of the language: >=3.6), including features such as IntelliSense (Pylance), linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and more!

Web support

The Python extension offers limited support when running on the web (for example, on github.dev), by providing partial IntelliSense for open files on the editor.

Installed extensions

The Python extension will automatically install the Pylance and Jupyter extensions to give you the best experience when working with Python files and Jupyter notebooks. However, Pylance is an optional dependency, meaning the Python extension will remain fully functional if it fails to be installed. You can also uninstall it at the expense of some features if you’re using a different language server.

Extensions installed through the marketplace are subject to the Marketplace Terms of Use.

Quick start

Set up your environment

  • Select your Python interpreter by clicking on the status bar

  • Configure the debugger through the Debug Activity Bar

  • Configure tests by running the Configure Tests command

Jupyter Notebook quick start

The Python extension and the Jupyter extension work together to give you a great Notebook experience in VS Code.

  • Open or create a Jupyter Notebook file (.ipynb) and start coding in our Notebook Editor!

For more information you can:

Useful commands

Open the Command Palette (Command+Shift+P on macOS and Ctrl+Shift+P on Windows/Linux) and type in one of the following commands:

Command Description
Python: Select Interpreter Switch between Python interpreters, versions, and environments.
Python: Start REPL Start an interactive Python REPL using the selected interpreter in the VS Code terminal.
Python: Run Python File in Terminal Runs the active Python file in the VS Code terminal. You can also run a Python file by right-clicking on the file and selecting Run Python File in Terminal.
Python: Select Linter Switch from Pylint to Flake8 or other supported linters.
Format Document Formats code using the provided formatter in the settings.json file.
Python: Configure Tests Select a test framework and configure it to display the Test Explorer.

To see all available Python commands, open the Command Palette and type Python. For Jupyter extension commands, just type Jupyter.

Feature details

Learn more about the rich features of the Python extension:

  • IntelliSense: Edit your code with auto-completion, code navigation, syntax checking and more

  • Linting: Get additional code analysis with Pylint, Flake8 and more

  • Code formatting: Format your code with black, autopep or yapf

  • Debugging: Debug your Python scripts, web apps, remote or multi-threaded processes

  • Testing: Run and debug tests through the Test Explorer with unittest or pytest.

  • Jupyter Notebooks: Create and edit Jupyter Notebooks, add and run code cells, render plots, visualize variables through the variable explorer, visualize dataframes with the data viewer, and more

  • Environments: Automatically activate and switch between virtualenv, venv, pipenv, conda and pyenv environments

  • Refactoring: Restructure your Python code with variable extraction, method extraction and import sorting

Supported locales

The extension is available in multiple languages: de, en, es, fa, fr, it, ja, ko-kr, nl, pl, pt-br, ru, tr, zh-cn, zh-tw

Questions, issues, feature requests, and contributions

  • If you have a question about how to accomplish something with the extension, please ask on Stack Overflow
  • If you come across a problem with the extension, please file an issue
  • Contributions are always welcome! Please see our contributing guide for more details
  • Any and all feedback is appreciated and welcome!
    • If someone has already filed an issue that encompasses your feedback, please leave a πŸ‘/πŸ‘Ž reaction on the issue
    • Otherwise please start a new discussion
  • If you're interested in the development of the extension, you can read about our development process

Data and telemetry

The Microsoft Python Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. This extension respects the telemetry.enableTelemetry setting which you can learn more about at https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].