Visual Studio 2015 - 用户任务消失了?

Visual Studio 2015 - User tasks gone?

我最近从 Visual Studio 2013 年切换到 2015 年,并转换了我所有的旧项目。但是,现在我似乎再也找不到我的用户任务了?以前在任务列表中有一个下拉菜单,但是在新版本中好像没有了,除非我遗漏了什么。

是否删除了用户任务?如果是这样,我仍然可以从我的项目中检索它们吗?

已通过 MSDN 核实:

Using the Task List

它对我也不起作用,但你对 Visual Studio 的练习可能比我多...

我使用我的工具 FeinCtrl 发现 CreateUserTask 命令是在 Visual Studio 2015 中定义的。但是,当我将它绑定到键盘快捷键时,它没有执行任何操作。

Visual Studio 2013 中的 Same 命令添加一个空的用户任务,如果 TaskList 可见且用户任务被选中 - 将输入插入符放入该新任务中。

The documentation on MSDN 已更新此段:

The user task feature has been removed in Visual Studio 2015. When you open a solution which has user task data from Visual Studio 2013 and earlier in Visual Studio 2015, the user task data in your .suo file will not be affected, but the user tasks will not be displayed in the task list.

If you wish to continue to access and update your user task data, you should open the project in Visual Studio 2013 and copy the content of any user tasks into your preferred project management tool (such as Team Foundation Server).

我也使用了用户任务。我发现的解决方法是使用 Ctrl+K, Ctrl+K 向该行添加书签,然后在书签 window 中重命名书签 (Ctrl+K, Ctrl+W) 表示我稍后需要做的更改。