TODOS

Use tags in code comments to create notes/todos and display links to them in the command window.
118 download
Aggiornato 15 ott 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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2016b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Search Path in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.2.0.0

Re-added description

1.1.0.0

added thumbnail, moved to GitHub

1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.