|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
TODO - Task List C#
I want to use TODO to add to my task list. However, per this MSDN , it says that C# only shows the "TODO"s for opened files, but Visual Basic shows them for all files(whether open or not). Anybody know how to make C# show the TODOs in all files?
Thanks. |
|
#2
|
||||
|
||||
|
You probably can't.
VB.NET projects do background compiling of everything, so it keeps a list of that stuff. C# projects do not.
__________________
Joel B Fant "An element of conflict in any discussion is a very good thing. Shows everybody's taking part, nobody left out. I like that." .NET Must-Haves Tools: Reflector References: Threading in .NET |
|
#3
|
||||
|
||||
|
You could write a visual studio extension that would do this for C#, but that's probably more trouble than it's worth.
__________________
Primary Forums: .Net Development, MS-SQL, C Programming VB.Net: It's not your father's Visual Basic. [Moving to ASP.Net] | [.Net Dos and Don't for VB6 Programmers] |
|
#4
|
|||
|
|||
|
I did find this.
it seems to work when run from cmd(shows all "TODO"s in all files), but it won't output in VS. I followed his instructions but it doesn't seem to show up. Anybody know how to make it actually run? Is there a special button combination to make the "external tools.." actually run? http://predicatet.blogspot.com/2006/12/show-all-tasks-in-visual-studion-2005-c.html |
|
#5
|
||||
|
||||
|
He shows a screenshot of the External Tools window and says how to get to that window. It isn't rocket science.
For those interested: http://predicatet.blogspot.com/2006...ion-2005-c.html Last edited by LyonHaert : May 7th, 2008 at 04:02 PM. |
|
#6
|
|||
|
|||
|
Quote:
please learn to read. I did exactly what he stated and made my windows exactly like his...and it doesn't show me anything inside of VS.....I stated this in my earlier post. I am wondering what else I have to do to make it show up. and about the URL, get over it. it takes you all of 2 seconds to copy and paste. |
|
#7
|
||||
|
||||
|
Quote:
Quote:
Regarding the tool itself, I followed the same directions to install (naming it 'Show all TODO'), and it works fine when I click Tools -> Show all TODO. The Output panel appears and displays the output. I can't think of any factors that would prevent this from working... unless you were expecting it work in some other way. |
|
#8
|
|||
|
|||
|
Quote:
that is what I was asking about. This is the first time I have added an external tool so I thought it just ran whenever I built the project(I'm a noob). I didn't know that it was now listed under the "Tools" menu. Thanks for the help. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > TODO - Task List C# |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|