Tasklist replacement for Visual Studio

喜夏-厌秋 提交于 2019-12-23 08:46:42

问题


I would like to use the task-list in Visual Studio but it really lacks almost any useful feature a task-list should provide. So I use Todo-List externally, to keep track of the things I need to get done. Would be nice to have it all in one place.

So does anyone know of a cool replacement Add-On for the tasklist in Visual Studio?

Thanks in advance!


回答1:


How about the FogBugz add-in for Visual Studio 2005 and 2008?

This requires a FogBugz account hosted either locally or by Fog Creek. A free Student and Startup version is available.




回答2:


Assumed: Visual Studio 2008 + ReSharper

ReSharper->Windows->ToDo Explorer

E-




回答3:


For semi-immediate programming tasks I use TODO comments in code and ReSharper for Visual Studio to view them.

For longer-term tasks I use Team Foundation Server to record work items.

For non-programming tasks I use Google Calendar.




回答4:


You can modify the task list in Visual Studio by clicking TOOLS --> OPTIONS --> ENVIRONMENT --> TASK LIST

In the Token List you can add more tokens specific to what you want to call your tasks.

For example.. I have an EDITING token set up so in any module, class or method that I'm working on I just add the ' EDITING: (Name of whatever method ect..) comment and I can quickly see where I left off and get back too it by double clicking.

Here are a few other tokens I find useful...

If you would like more advanced project and code tracking you should check out Visual Studio Online. It's free for upto 5 users. http://www.visualstudio.com/en-us/products/visual-studio-online-overview-vs




回答5:


I don't know of an add-on (I use Remember The Milk externally), but I think you are onto a good idea there.




回答6:


We use Team Foundation Server at work - it is a really superb product, but too expensive for smaller teams.

Out of work I'm looking to use CountersSoft Gemini (http://countersoft.com/home.aspx) which has good VS integration and is competitive when looking at the hosted version with unlimited users.



来源:https://stackoverflow.com/questions/94864/tasklist-replacement-for-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!