-
Notifications
You must be signed in to change notification settings - Fork 5
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
The regex Action may be Required #104
Comments
I'm curious to see what could be the current need of using a regexp. I can understand how it could be used to capture pattern and playing provide things by playing with $1 $2 .… Do you have any real life example? |
Found this one about replacing snake case by kebab case in this post |
But I'm curious for any example you have |
Is there a reason to link ticket 45 in addition of 23 on vale VS Code extension ? I'm just providing the number to do not link them, if I'm totally wrong 😅 |
I'd argue that a lot of |
Thanks for replying me. |
We may need to implement
regex
action for several rules to maintain consistency and to provide accurate fixes. However, the VS Code extension which we link to, and is likely to be used by most people, doesn't yet support that action. The extension developer is in the process of switching to the language server, which can be tracked under ChrisChinchilla/vale-vscode#23.I'm opening this issue to be closed when:
regex
action capability is added to the extension,The text was updated successfully, but these errors were encountered: