gpt4 book ai didi

c++ - Visual Studio Express 2012 中未显示 TODO 项目

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:11:23 26 4
gpt4 key购买 nike

TODO 列表项未显示在 Visual Studio Express 2012 for C++ 中。

为什么未显示 TODO 列表项?

以前有人问过这个问题,但没有一个答案能解决我的问题。我做了以下事情:


我已经尝试过的:

  • 检查格式为:
    //TODO 测试

  • 检查任务列表下拉设置为评论

  • 确保包含评论的文件打开并选中

  • Enumerate Comment Tasks 设置为 True under:
    Options->Text Editor->C/C++->Formatting->杂项->枚举评论任务

  • 重新启动应用


解决方案:

  • JBentley 的第一个建议解决了这个问题。我缺少冒号,所以正确的格式是:
    //TODO: text

最佳答案

尝试添加一个冒号:

//TODO: text
// ^^^
// colon

在 Visual Studio 2012 Ultimate 中这对我有用(如您所述,Enumerate Comment Tasks 设置为 True)。

警告:根据 Visual Studio 2008 documentation,文件需要打开并处于事件状态才能出现在 C++ 的任务列表中。 :

With Visual Basic and Visual C#, the Task List displays all the comments in the solution. With Visual C++ projects, the Task List displays only the comments that are found in the file that is currently active in the editor.

我找不到任何更高版本的等效文档,但行为似乎在 Visual Studio 2012 中没有修改,这很遗憾,因为它使该功能的用处相当有限。

关于c++ - Visual Studio Express 2012 中未显示 TODO 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16246205/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com