Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AutoDoxyGenNew to Visual Studio Code? Get it now.
AutoDoxyGen

AutoDoxyGen

iziram

|
2,088 installs
| (2) | Free
A quick and easy tool to generate Doxygen's docstring on python files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoDoxyGen

AutoDoxygen is a Python Docstring generate that uses the Doxygen syntax

Features

  • Generate the doxygen's file comment, with the command "autodoxygen.commentFile" or the keyboard shortcut : ctrl + shift + !
  • Generate every function / class's docstring of a file , with the command "autodoxygen.commentAllFile" or the keyboard shortcut : ctrl + shift + :
  • Generate a function / class's docstring, with the command "autodoxygen.commentFunction" or the keyboard shortcut : ctrl + !. You need to select the def, async def or class part of the function / class to make it work
  • You can save a parameter's description, with the command "autodoxygen.saveParamDescription" or the keyboard shortcut : ctrl + alt + !. AutoDoxygen will use the saved description if the parameter's name is regonized in a function.

If the keyboard's shortcuts don't work : You can change them in : File -> Preferences -> keyboard shortcut and type "autodoxygen"

Configuration

You can access the extension's settings by clicking on the gear.

Issues

If you have any issues with the extension, contact me by email: autodoxygen@iziram.fr

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