A simple extension that adds a "New Python Package..." option to the Explorer context menu, creating Python package directories with an __init__.py file.
Features
Adds a "New Python Package..." option right after "New Folder..." in the Explorer context menu
Creates a Python package directory with an empty __init__.py file inside
Uses VS Code's native folder creation dialog for a seamless experience
Automatically expands the new package in the Explorer view
Usage
Right-click on any folder in the Explorer view
Select "New Python Package..." from the context menu
Enter a name for your new package
The extension will add an __init__.py file automatically