matlab 的任务列表工具

发布于 2024-10-02 04:11:17 字数 144 浏览 3 评论 0原文

在 Visual Studio 中,有一个名为 TaskList 的工具,它可以在代码中搜索 TODO 注释,编译它们的列表,并允许您通过单击列表中的 TODO 项来转到代码中的 TODO 项。 Matlab中有类似的工具吗? Matlab 中是否有 TODO 注释的约定?

In Visual Studio there is a tool called TaskList, which searches the code for TODO comments, compiles a list of them, and lets you go to a TODO item in the code by clicking on it in the list. Is there an equivalent tool in Matlab? Is there even a convention for TODO comments in Matlab?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

鼻尖触碰 2024-10-09 04:11:17

我的待办事项列表中有哪些内容?是关于“MATLAB 桌面上的 Mike”的帖子
关于 TODO 列表。

What’s on my TODO list? is a post on 'Mike on the MATLAB Desktop'
concerning TODO lists.

翻身的咸鱼 2024-10-09 04:11:17

最新版本的 MATLAB 可以生成 TODO/FIXME 报告。查看这篇文章,或者阅读文档中的相关部分:识别带有提醒注释的文件

Recent version of MATLAB can generate a report of TODO/FIXME. Check out this post, or read the relevant section in the documentation: Identifying Files with Reminder Annotations

故事↓在人 2024-10-09 04:11:17

MATLAB 编辑器中没有这样的工具,TODO 注释的格式也没有正式约定。

编辑: 显然,有 MATLAB 桌面上有这样一个工具 (正如其他答案所指出的那样),但我想这不是最容易找到的东西,因为我多年来一直以某种方式错过它。一个缺点(MathWorks 似乎计划在将来的某个时候修复)是您只能搜索单个目录。

此外,您可能还需要在 MathWorks File Exchange 上提交的一些实用程序要检查哪些似乎执行类似的功能:

您可以尝试这些并将它们与内置 MATLAB TODO 报告生成器进行比较,甚至将它们用作指南创建您自己的类似任务列表的功能。

There is no such tool in the MATLAB Editor, and no formal convention for the format of TODO comments.

EDIT: Apparently, there is such a tool on the MATLAB Desktop (as the other answers point out), but I guess it's not the easiest thing to find as I've somehow managed to miss it for years. One drawback (which the MathWorks appears to be planning to fix sometime in the future) is that you can only search individual directories.

In addition, there are a couple utilities submitted by users on the MathWorks File Exchange that you may want to check out which appear to perform similar functions:

You could try these out and compare them to the built-in MATLAB TODO report generator, or even use them as a guide to create your own TaskList-like functionality.

有深☉意 2024-10-09 04:11:17

如果您使用较新版本的 MATLAB,并且找不到目录 reports-drop down,如 zellus 所解释

您可以使用当前目录浏览器中的目录报告下拉菜单获取此报告
http://blogs.mathworks.com/桌面/2008/03/17/whats-on-my-todo-list/,

您需要导航到当前文件夹视图的上下文菜单如下截图所示:(由于信誉不够,很遗憾我无法直接在此处显示截图)

TODO/FIXME 报告位置的屏幕截图

If you use a newer version of MATLAB and can't find the directory reports-drop down as explained by zellus

You can get to this report using the directory reports-drop down in the Current Directory Browser
http://blogs.mathworks.com/desktop/2008/03/17/whats-on-my-todo-list/,

you need to navigate to the context menu of the Current Folder view as shown in the following screenshot: (due to not sufficient reputation, I unfortunately cannot show the screenshot here directly)

Screenshot of the TODO/FIXME Report location

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文