In this repo we all have a folder for the javascript exercises
- Install TODO Tree extension to vs code
- Press ctrl + shift + p and search for "Preferences: Open Settings (JSON)
- Edit the file and append this text you can find here
//#TODO: To do feature
//#FIXME: Something that has to be fixed
//#UPDATE: Something that needs update to be cleaner and optimized
//#COMPLETE: A completed task that you want keep track of it
//#BUG: Code with bugs
//#WARNING : Warning about key behaviors