GitHub Enhanced Comments
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-15.
Extension Actions
- Minor Policy Violation
- Removed Long Ago
- No Privacy Policy
Automatically replaces placeholder like {repo_name} inside your issues and comments with actual values
Especially useful in combination with GitHub saved replies.
Possible placeholders are:
{repo_name} inserts the name of the repository
{repo_url} inserts the full URL of the repositoy
{author} inserts the @name of the author of the issue
{owner} inserts the @owner of the repository
{owner_url} inserts the full URL of the owner of the repository
Additionally you can add some string modifier to each placeholder:
{upper_case_repo_name} 'github-enhanced-comments' becomes 'GITHUB-ENHANCED-COMMENTS'
{camel_case_repo_name} 'github-enhanced-comments' becomes 'githubEnhancedComments'
...
The following modifiers can be used:
lower_case, upper_case, camel_case, pascal_case, snake_case, param_case