Hello there:
I'm writing a Plugin for VS 2005 which work similar to TeamExplorer, this plugin show in a tree all my WorkItem's.
I want double-clicking in a WorkItem and open the WorkItem Editor.
There are some way to done this task
thX in advance
Hello there:
I'm writing a Plugin for VS 2005 which work similar to TeamExplorer, this plugin show in a tree all my WorkItem's.
I want double-clicking in a WorkItem and open the WorkItem Editor.
There are some way to done this task
thX in advance
Open WorkItem Editor
2V.
I do not know of a plugin that does this. It is an interesting idea. We are looking at adding something like a “my work items” view in Visual Studio that would show you your recent items (like an MRU for work items). This would be in vNext.
Jeff McKune
fbecker
Milo123
huabing78
JcSO,
If you taking about opening work item form in VS itself, here is my blog post on how to do it: http://blogs.msdn.com/narend/archive/2006/07/07/AccessingWitFromAddin.aspx
Thanks
Naren
buckenn
I find a class called WorkItemEditor in the integration package of TeamFundation but, i don't know how obtain a intance ( the constructor is internal :( ).
Thymen