Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>py-quick-createNew to Visual Studio Code? Get it now.
py-quick-create

py-quick-create

bczypka

|
489 installs
| (0) | Free
py-quick-create lets you create files from import statements
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Py-Quick-Create

The Py-Quick-Create extension for Visual Studio Code lets you quickly create Python files from import statements.

Features

  • Automatically create Python files with directories from import statements.
  • Open newly created Python file in the editor.

How to Use

  1. Write an import statement in the Python format:

    from x.y.z import A
    
    
  2. With your cursor on the same line as the import statement, press Ctrl+F1 (or Cmd+F1 on macOS) to create the Python file at the location specified by the import statement.

Requirements

  • Visual Studio Code 1.80.0 or later

Extension Settings

This extension contributes the following command:

  • extension.createFolders: Create Python file from import statement This extension contributes the following keybinding:

  • Ctrl+F1 (or Cmd+F1 on macOS): Run the command extension.createFolders

Known Issues

No known issues.

Release Notes

0.0.1

Initial release.

Enjoy!

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