I call visual studio internal tool using this method http://msdn.microsoft.com/en-us/library/hh582580.aspx. When left document has focus and cursor DTE.ActiveDocument always refers to right document and I can't determine active document. Maybe
I have to use other way (not DTE) for getting active document?
↧