Format JSDoc Comments is a Visual Studio Code extension that simplifies the task of formatting JSDoc comments within your codebase. It automates the process of aligning the asterisk (*) characters in multiline JSDoc comments to adhere to JSDoc formatting conventions.
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the square icon in the sidebar.
- Search for "Format JSDoc Comments" in the search bar.
- Click the "Install" button for the extension.
- Open a JavaScript or TypeScript file in Visual Studio Code.
- Select the JSDoc comment block that you want to format.
- Right-click on the selected block and choose "Format JSDoc Comments: format" from the context menu.
- The selected JSDoc comment block will be automatically formatted according to JSDoc conventions.
- Visual Studio Code version 1.82.0 or higher.
This extension does not have any configurable settings at the moment.
If you encounter any issues or have suggestions for improvements, please feel free to contribute to this project on GitHub. We welcome your contributions!
There are no known issues with this extension. If you encounter any problems or have suggestions for improvements, please file an issue.
Check the changelog for information about recent updates and releases.
This extension is licensed under the MIT License.
- Boning Li
- GitHub
If you find this extension helpful, please consider supporting the author by starring the repository or making a donation. Your support is greatly appreciated!
Happy coding!
