Chalarangelo/30-seconds-of-code

View on GitHub

Showing 4,595 of 4,595 total issues

TODO found
Open

git grep -l "TODO"

TODO found
Open

# Returns all files that contain both the word "TODO" and "FIXME"

TODO found
Open

[TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight) simplifies tracking leftover tasks by allowing you to list all of your TODO annotations, as well as adding a handy background highlight to them to make them pop out immediately.

TODO found
Open

git grep "TODO" 3050fc0

FIXME found
Open

git grep "TODO" --or "FIXME"

TODO found
Open

# Returns only the file names that contain the word "TODO"

TODO found
Open

## TODO Highlight

TODO found
Open

# Returns all files that contain either the word "TODO" or "FIXME"

TODO found
Open

git grep "TODO" --or "FIXME"

TODO found
Open

# Returns all files in the previous commit that contain the word "TODO"

TODO found
Open

git grep "TODO" -- :^vendors/

TODO found
Open

# Returns all files with a `.js` extension that contain the word "TODO"

TODO found
Open

git grep "TODO" -- src/

TODO found
Open

git grep "TODO" HEAD~1

TODO found
Open

# Returns all files that contain the word "TODO" in any case

TODO found
Open

  // TODO: Fiddly, but some collections (e.g. promises) rely heavily on this
Severity: Minor
Found in src/models/collection.js by fixme

TODO found
Open

git grep "TODO" --and "FIXME"

TODO found
Open

# Returns all files that contain the word "TODO", excluding files in the `vendors/` directory

TODO found
Open

git grep -n "TODO"

TODO found
Open

git grep -c "TODO"
Severity
Category
Status
Source
Language