You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this extension! I find it very useful, I'm using it for over 2 years now!
I have a suggestion - I would like to have support for different types of patterns. having it as a prefix is not sufficient and looks weird most of the time.
Like when I document my code, I want it to be clear and intuitive, so for example this:
// What this code does?// * Solves X// * Handles Y// don't change!
Will turn into this:
// ? What this code does?// * Solves X// * Handles Y// ! don't change!
My suggestion, is that in the "tag" key in the configuration will also support regex, which will allow developers to insert their own rules and further customize their experience.
I would be happy to develop this feature myself, just let me know you're okay with it 😃
The text was updated successfully, but these errors were encountered:
First of all, thanks for this extension! I find it very useful, I'm using it for over 2 years now!
I have a suggestion - I would like to have support for different types of patterns. having it as a prefix is not sufficient and looks weird most of the time.
Like when I document my code, I want it to be clear and intuitive, so for example this:
Will turn into this:
My suggestion, is that in the
"tag"
key in the configuration will also support regex, which will allow developers to insert their own rules and further customize their experience.I would be happy to develop this feature myself, just let me know you're okay with it 😃
The text was updated successfully, but these errors were encountered: