vscode-todo-parser icon indicating copy to clipboard operation
vscode-todo-parser copied to clipboard

Does not parse in docstrings

Open egabrum opened this issue 8 years ago • 2 comments

example.py """ @TODO: Get this to parse. """

This is not parsed.

egabrum avatar Mar 04 '17 04:03 egabrum

Currently, for Python language, you have to use the normal comment syntax (i.e. #). However, I will look into the docstring syntax 👍

prestonph avatar Mar 18 '17 05:03 prestonph

Yes, please. Would be appreciated.

egabrum avatar Apr 07 '17 01:04 egabrum