Add TODO: to XAML so that it appears in my task list in visual studio

Does anyone know how to add todo: elements in XAML?

I have a habit of using // TODO: in my code for things that I have to return and fix. I can't figure out if this can be done in XAML?

I would like to add things to the list of tasks that point to XAML. :(

Any idea would be appreciated, thanks.

+7
visual-studio xaml
source share
1 answer

Sorry for the bad news, but this is not possible so far. A ticket has already been created in Microsoft Connect for this feature to be implemented. At this point, you will have to rely on your search.

-D

+5
source share

All Articles