https://github.com/rynmx/comment-issues
A vscode extension that links issues to code comments.
https://github.com/rynmx/comment-issues
comments issue-tracker issues vscode vscode-extension
Last synced: 3 months ago
JSON representation
A vscode extension that links issues to code comments.
- Host: GitHub
- URL: https://github.com/rynmx/comment-issues
- Owner: ryawaa
- License: mit
- Created: 2024-10-25T16:35:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T21:26:14.000Z (about 1 year ago)
- Last Synced: 2024-11-13T10:34:20.751Z (12 months ago)
- Topics: comments, issue-tracker, issues, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ryawaa.comment-issues
- Size: 649 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Comment Issues
Automatically link issue numbers in your code comments to your repository issues.
[Install on VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=ryawaa.comment-issues) ·
[Source Code](https://github.com/ryawaa/comment-issues)

## Features
- **Automatic Issue Detection**: Scans your code comments for issue numbers in the format `(#123)` and converts them into clickable links.
- **Supports Multiple Platforms**: Generates links compatible with GitHub, GitLab, and Bitbucket based on your repository's remote URL.
- **Real-Time Linking**: As you write or update comments, issue links are dynamically created without any additional steps.
## Requirements
- A remote repository URL must be set in your workspace to generate issue links.
- `git` must be installed and available in your system's PATH.
## Known Issues and Reporting
Please visit [comment-issues/issues](https://github.com/ryawaa/comment-issues/issues) on GitHub, and feel free to open a new issue if you encounter any problems.
## Contributing
Contributions are welcome! Please open a PR and we'll get it sorted!