Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Poetry ToolsNew to Visual Studio Code? Get it now.
Poetry Tools

Poetry Tools

Phalguni W

|
2 installs
| (0) | Free
Run common Poetry commands directly from VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Poetry Tools (VS Code)

Run common Poetry commands from the Command Palette.

Commands

  • Poetry: Add Dependency (poetry add <pkg>)
  • Poetry: Init Project (poetry init)
  • Poetry: Install Dependencies (poetry install)
  • Poetry: Lock Dependencies (poetry lock)
  • Poetry: Show Version (poetry version)
  • Poetry: Update Dependencies (poetry update)
  • Poetry: Cache List (poetry cache list)
  • Poetry: Cache Clear (poetry cache clear)
  • Poetry: Env List (poetry env list)
  • Poetry: Env Remove (poetry env remove <env>)
  • Poetry: Source Add (poetry source add <name> <url>)
  • Poetry: Source Remove (poetry source remove <name>)

Usage

  1. Open a folder with a pyproject.toml.
  2. Press Cmd/Ctrl+Shift+P → type Poetry: → run a command.

Requires Poetry in your PATH.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft