6

I am using VS 2010 and I want to do something quite simple. Write a Macro / Add-in which will

  • Save the bookmarks to a file (e.g. "myfile.bookmarks")
  • Load bookmarks from a file.

I just cannot find any API within DTE (when writing a macro) nor can I find anything within the Microsoft.VisualStudio namespace when creating an addin.

Can someone please help?


(The one thing I want to avoid is re-creating bookmarks functionality, although I can use code from Numbered Bookmarks extension).
Tahir Hassan
  • 5,715
  • 6
  • 45
  • 65
  • It is possible to enumerate all bookmarks and save positions [EditPoint.NextBookmark](http://msdn.microsoft.com/en-us/library/envdte.editpoint.nextbookmark.aspx) – IvanH Nov 12 '13 at 14:35

0 Answers0