Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6660831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:12:16+00:00 2026-05-26T02:12:16+00:00

We use an issue tracker (Redmine) for our software tasks/bugs and often mark the

  • 0

We use an issue tracker (Redmine) for our software tasks/bugs and often mark the fixes/implementations with a comment like this:

// fixes #1234: changed this and that

Or we also mark code locations which cause a certain bug like this:

// causes #2345

Now, I am looking for a tool which can automatically track those issue-related comments in all files in the current solution and present them in a list or tree. This is similar to the task list which scans the files for comments with // TODO or // HACK. Unfortunately, it is not possible to define a new task category with just # as identifier because this character is not allowed.

Does anyone know of such a functionality, addon, or tool for VS2010 or VS2008?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:12:16+00:00Added an answer on May 26, 2026 at 2:12 am

    This is generally a feature provided by whatever issue tracking software you use rather than a function of Visual Studio. Codebase HQ for example scans code (on commit) for speciially formatted comments that it is configured to recognise and groups the code change/commit to the record of the issue. It’s web-based.

    Axosoft OnTime provide a plugin for Visual Studio which allow you to work with your issues directly within the IDE.

    See: http://www.axosoft.com/ontime/visual_studio_plugin

    Failing that, if you only want to track bug causes between commits while you’re working, then the inbuild tracker might be of use after all…

    Add a tag to track with to Visual Studios configuration (I’ve added the CausesBug token)…

    Add a new token to the task list options

    Then add the token in amongst your code:

      public override bool IsApproved {
         get
         {
            // CausesBug: 1234
            return this.IsEnabled;
         }
         set { this.IsEnabled = value; }    
      }
    

    Then each item gets listed in the Task List, displaying location in source, until you can ammend, and then say you fixed the issue in your commit, in turn getting picked up by your issue tracker.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're trying to use Redmine as our issue tracker. I use Zend Studio 8.0.0
I'm developing various in-house extensions for JIRA, the issue tracker we use. So far
We've encountered the following issue. I like to use the following writing: SELECT Id,
Has anyone ran into this issue? We have a mobile site that can't use
if comment the nslog-line, there is an error: Semantic Issue: Use of undeclared identifier
My issue here is quite simple : i'm trying to use the jQuery validate
i have an issue i could use some help with, i have python list
Obviously I can use BCP but here is the issue. If one of the
We're having a small issue and could use some help - we have the
Attempting to use XStream's JavaBeanConverter and running into an issue. Most likely I'm missng

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.