![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/188129/image.png)
Display TODO/FIXME report in command window
27 views (last 30 days)
Show older comments
Hi everyone.
Using the command
checkcode('function.m')
you can run the code analyzer on an m-file and output the report in the command window.
Is there any way to do this for TODO/FIXME reports? (without having to cd to the folder that contains the function and manually run it on the whole directory)
Bonus: If so, is it also possible to create custom tags? In eclipse, you can create custom TODO tags like "MTODO" and "JTODO" for different purposes/different people and have them displayed separately. Is this possible in Matlab?
Thanks in advance for any help! I will be continuing my google searches and will post the results if I find something.
2 Comments
per isakson
on 2 Mar 2018
Edited: per isakson
on 3 Mar 2018
"tags like "MTODO" and "JTODO" for different purposes/different" The third string is matched with regular expressions, which provides some possibilities
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/188129/image.png)
.
/ R2016a
Answers (1)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!