3

In Eclipse we are using Mylyn to have an overview of our Trac Tickets. A nice feature is the Context attached to a Ticket. For example it remembers the classes you worked on when that ticket was active. If you open that ticket a month later, then Mylyn opens all the classes.

Is there something similar in Visual Studio?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244
  • possible duplicate of [Mylyn type plugin for Visual Studio](http://stackoverflow.com/questions/221809/mylyn-type-plugin-for-visual-studio) – Hans Olsson Nov 25 '10 at 11:52

1 Answers1

0

Visual Studio saves the files you have open to the project settings when you close the project/solution. The next time you open it, these will be open per default. VS does not contain the exact behaviour you describe, but you could search for a plugin that'll do this for you, or write it yourself.

Kasper Holdum
  • 12,993
  • 6
  • 45
  • 74