Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Python Accessors GeneratorNew to Visual Studio Code? Get it now.
Python Accessors Generator

Python Accessors Generator

GBwebdev

|
390 installs
| (1) | Free
An extension to generate python accessors automatically.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

python-accessor-generator README

This extension aims at facilitating object-oriented programming in Python by automatically generating "property-type" accessors from a class's attributes definition.

Available on the marketplace.

Features

Accessors generation from attributes definition

feature X

You need to have attributes definition like these :

  self._id: int = None
  self._name: str = None

(you need to set the type !)

Just select the definitions and run the "Generate Accessors" function.

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Known Issues

None yet...

Release Notes

0.1.0

First release... let's see what happens.

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