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

codedocs

Code docs team

|
18 installs
| (0) | Free
Generate documentation for classes
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Docs

CodeDocs Logo

CodeDocs is a Visual Studio Code extension developed by CodeDocsteam. It offers a seamless way to generate detailed documentation for JavaScript and TypeScript code directly within the editor. Whether you're working on functions, or components, CodeDocs simplifies the documentation process, allowing you to focus more on coding.

Features

  • Automatic Documentation Generation: Instantly generate markdown documentation for your code segments.
  • Language Support: Currently supports English (EN) and Romanian (RO) for generated documentation.
  • Custom Keybindings: Quick documentation generation with customizable shortcuts.

Installation

You can install the CodeDocs extension directly from the Visual Studio Code Marketplace:

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X (Cmd+Shift+X on macOS).
  3. Search for CodeDocs.
  4. Click on the install button.

Alternatively, you can install it via the Command Palette:

  1. Open the Command Palette with Ctrl+Shift+P (Cmd+Shift+P on macOS).
  2. Type ext install Codedocsteam.codedocs and press enter.

Usage

Once installed, you can generate documentation by:

  • Selecting the text for which you want to generate documentation.
  • Pressing Ctrl+Shift+E (Cmd+Shift+E on macOS) or right-clicking and selecting Generate documentation from the context menu.

You can switch the documentation language using the Command Palette commands:

  • Set documentation Ro for Romanian.
  • Set documentation En for English.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute to codedocs:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b my_branch)
  3. Commit your Changes (git commit -m 'Add some stuff')
  4. Push to the Branch (git push origin my_branch)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

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