Python File TemplatesThis extension provides an easy way to create Python files based on templates by expanding the context menu of the VS Code File Explorer. In the current version all templates are fixed. Future versions will support custom templates. FeaturesJust right-click in the File Explorer and select a template to create a file. You will be prompted to input the name of the object. The file name for a class is converted to snake case automatically, so "SomeClass" will be saved as "some_class.py". Currently supported:
RequirementsCurrently there are no requirements to be met. I will try keeping this extension as small and basic as possible. :) Extension SettingsThe template texts are defined in the following settings.
They can be changed in the UI and in settings.json. Release NotesSee CHANGELOG Road Map
|