Search code examples
matlabtodotasklist

A tasklist tool for matlab


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?


Solution

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