TodoByBranch
Description
TodoByBranch is a Visual Studio Code extension that automatically appends the current branch name to TODO comments.
Installation
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for
TodoByBranch .
- Click Install.
Usage
- Open a file in your project.
- Add a TODO: / ASK: / FIXME: / DONE: / FUTURE: comment.
- The extension will automatically append the current branch name to the TODO comment.
Release Notes
1.0.0
- Initial release of TodoByBranch with basic functionality to tag TODO comments with branch names.
Contributing
If you would like to contribute to this extension, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch ).
- Make your changes.
- Commit your changes (
git commit -m 'Add some feature' ).
- Push to the branch (
git push origin feature-branch ).
- Open a pull request.
License
This project is licensed under the MIT License.
| |