TODOS

Use tags in code comments to create notes/todos and display links to them in the command window.
118 descargas
Actualizado 15 Oct 2022

Use tags in code comments to create notes/todos and display links to them in the command window.
TODOS: Similar to Matlab's TODO/FIXME report generator. Audits a file, folder, folder + subdirectories or the Matlab search path for tags created in code by commenting and displays them (as links to the matlab files) in the command window. Syntax: TODOS; searches the current directory and its subdirectories for TODO tags.
TODOS(TAG) searches the current directory and its subdirectories for tags specified by TAG. TAG can be a string or a cell array of strings.
TODOS(TAG, DIRNAME) scans the specified folder and its subdirectories.
TODOS(TAG, FILENAME, 'file') scans the matlab file FILENAME.
TODOS(TAG, DIRNAME, OPTION) specifies where to scan: OPTION == 'file' -> treats DIRNAME as a FILENAME OPTION == 'dir' -> scans the folder without subdirectories OPTION == 'all' -> scans the entire Matlab search path OPTION == 'subdirs' -> scans DIRNAME and its subdirectories

Citar como

Marc Jakobi (2024). TODOS (https://github.com/mrcjkb/TODOS), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Search Path en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.2.0.0

Re-added description

1.1.0.0

added thumbnail, moved to GitHub

1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.