Tsudonymn
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tsudonymn created a post, Accessing ReSharper API from VS 2005 macros?
Looking to do something along the lines of:Dim typeName as string typeName = "SomeType"ReSharper2005AddOn.GotoType(typeName);I'm looking to keep it at a much higher level than writing a full plug-i...