How can I backup my code bookmarks? (Visual Studio 2008/2010) I would like to share them with my team…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Bookmarks are stored in your .suo file and as such are designed to be user specific. The suo is hidden by default for a reason :-). It is also not plain text so cant simply be read in notepad or even notepad++.
EDIT
If you need to share locations in the code can you not create a custom token for the task list and use comments instead – this is a bit of a fudge and not the intended use for the task list but it would work.