简体   繁体   English

如何在Visual Studio中添加新的任务列表项?

[英]How can I add a new task list item in visual studio?

I am aware you can use the special comments 我知道您可以使用特殊评论

 //TODO: Something to be done...

and then see them in View-> Task List 然后在“查看”->“任务列表”中查看它们

But is there a way for me to add a comment with a different custom name and also see it in the Task List? 但是我是否可以通过其他方式添加具有不同自定义名称的注释,并在“任务列表”中看到它?

For example 例如

// WorkIP: 

Thanks, 谢谢,

It is called "custom comment tokens" and it is actually explained pretty clearly over here . 它被称为“自定义注释令牌”,实际上在这里已经很清楚地解释了。

In short, you can add and edit them by going in Visual Studio to Tools->Options->Environment->Task List 简而言之,您可以通过在Visual Studio中转到“工具”->“选项”->“环境”->“任务列表”来添加和编辑它们

You can also select the priority of the comment token in there. 您也可以在此处选择评论令牌的优先级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM