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

Support different types of patterns #529

Open
yishayhaz opened this issue Aug 1, 2024 · 0 comments
Open

Support different types of patterns #529

yishayhaz opened this issue Aug 1, 2024 · 0 comments

Comments

@yishayhaz
Copy link

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 😃

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

1 participant