An open API service indexing awesome lists of open source software.

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.

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)

![screenshot](https://github.com/user-attachments/assets/088f7f0e-19e7-4cd5-af52-1089dd0e20fd)

## 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!