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 theMicrosoft.VisualStudio
namespace when creating an addin.
Can someone please help?