vscode-todo-parser
vscode-todo-parser copied to clipboard
Does not parse in docstrings
example.py
""" @TODO: Get this to parse. """
This is not parsed.
Currently, for Python language, you have to use the normal comment syntax (i.e. #). However, I will look into the docstring syntax 👍
Yes, please. Would be appreciated.