-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Does it work with Better Comments extension? #14
Comments
Probably it doesn't, as it is an extension that adds its own syntax, but we could take a look into adding support. |
That would be great to have, if you could, adding some code comments would help someone like me or its creator to more easily implement support and submit a pull request as well, right now im still trying to get used to vscode extension programming so a lot of it is unfamiliar to me. |
You could make use of the regex feature of this extension to this end. For example,
is the example proposed by the developper and it suffices to replace the long complex part after P.S. I am not sure if you had already found the same solution as me, since this issue has been proposed for around 3 years but, if anyone had the same question, maybe this expedient would give a little help :) |
This extension seems to work with comments like
// This is a comment
I also use an extension called Better Comments, where comments can be colours by adding extra characters
//! This will be in red
//* This will be in green
However, this extension doesnt hide comment if the first character after // is not a letter
The text was updated successfully, but these errors were encountered: