atom-todo-show
atom-todo-show copied to clipboard
BUG: Keywords in strings in code not ignored
Hi, todo finds and lists keywords even if when are just code strings - e.g. print('REVIEW DETAILS") gets that line listed in todos. Thanks in advance.
OS: Win10 64bit Atom: 1.23.2 x64
P.S. Thanks for the great plugin
I have yet to find a good way to register if a found string is in code or comment, that works across all languages. Until then; this is the behaviour to not accidentally hide todos for some.
An example of this happening in Rails erb file if it's helpful:
<%= link_to("REVIEW ORDER", … %>