Hello @Zoidboom ,
The bookmarks and tokens in Visual Studio(VS) are related to VS settings and are bound with the specific VS which you used(also can be bound with your account). So if you set the tokens, for example, //TODO
, the settings for this token will not work, if you or others edit this project in another VS or using other accounts. (As you can see, you need to set the Custom tokens in Visual Studio settings)
The better way to make this settings work on other team members‘ side, I think, is exporting the specific, already set, VS settings from one PC(VS) and then import this VS settings to other PCs(VS).
You can try these steps(I suggest you save the settings before you export and import them, and you can follow the wizard guide):
1). Configure all custom tokens
from Tools > Options > Environment > Task List.(refer to this document: Custom tokens)
2). Go to Tools > Import and Export Settings… > Export selected environment settings > Next > uncheck the All Settings (Sensitive information warning)
> expand Options(Sensitive information warning) > Environment (Sensitive information warning) > check the Task List Options
checkbox > Next > browse and choose a directory > Finish.
3). On other members’ side, launch VS > Tools > Import and Export Settings… > select Import selected environment settings
> Next > follow the wizard to choose one option > Next > browse and select the exported VS settings file > Next > Finish.
4). You will then see the tokens from Task List
window(View > Task List) for the project which you pull from Git repo with the token
added…
Best Regards,
Tianyu
- If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.