Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Habillity to accept "@TODO" #60

Closed
leocaseiro opened this issue May 11, 2017 · 2 comments
Closed

Habillity to accept "@TODO" #60

leocaseiro opened this issue May 11, 2017 · 2 comments

Comments

@leocaseiro
Copy link

First of all, many thanks for this awesome plugin.

I was wondering if we could be able to parse @TODO as well.

I use TODO as JSDocs and I have to remove @ to be able to read on the list.

Thanks

@mt40
Copy link
Owner

mt40 commented May 13, 2017

Hi @leocaseiro, thanks for your kind words.

To use @TODO, you can add it to the extension setting in VSCode (see this)

Another problem is even after adding the setting, it will not work yet. Because you are using multi-line comment, and there is a bug:

/** <-- bug is here
 * @todo Write the documentation.
....

The extension cannot recognize multi-line comments starting with \**, but it can with \* (one asterisk) (also see #58).

And this will be fixed in v1.8.10 👍

@mt40 mt40 closed this as completed May 13, 2017
@leocaseiro
Copy link
Author

Thanks @kantlove! It worked for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants