How to save bookmarks in a Visual Studio project for developers and teams separately?

Where are bookmark data stored in a Visual Studio project?

project file: * .csproj solution file: * .sln

I am wondering if it is possible by default to save bookmarks separately for the team and for each developer.

When I check the project for the original control (Perforce), I don’t want all my bookmarks to be synchronized for other developers, but only some of them were useful for the whole team.

Update # 1: we need a breakpoint in the code that can be used as abbreviated in email and commuincaiton between developers / support groups. To do this, we need to maintain the bookmark at the team level.

Update # 2: It seems that everyone suggested not sharing bookmarks at the command level (this is a hidden file for a reason, etc.). I am wondering if there is any other tool in Visual Studio to achieve this. The best thing about bookmarks is the ability to hyperlink to any part of the code, which is extremely useful if the code base is HUGE!

β†’ The closest answer is from "zainnab" (see below), but this option requires changing (checkout) the code files.

+3
source share
5 answers

He suggested that you do NOT use Bookmarks for group activities, but instead use comment tokens (for example, "TODO", etc.) when they are moved with the source code.

+2

, .

+2

.SUO .

. .

-, .

+1

, . , . , , ... .

enter image description here

0

, . .

Tools/Options/Environment/Task List . MARK, , BOOKMARK .

, , //BOOKMARK: this is a bookmark, ! , Task List .

, , ...

  • ""
  • , Visual Studio
  • , ,
0
source

Source: https://habr.com/ru/post/1712181/


All Articles