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

Option to change Regex Engine #103079

Closed
sanjeev543 opened this issue Jul 22, 2020 · 2 comments
Closed

Option to change Regex Engine #103079

sanjeev543 opened this issue Jul 22, 2020 · 2 comments
Assignees

Comments

@sanjeev543
Copy link

Currently Visio Code is supporting only .NET regular expressions, can we have an option to change this?
Can we switch to PCRE Regex Engine?

@IllusionMH
Copy link
Contributor

VS Code doesn't use .NET regular expressions.
ripgrep (compatible with PCRE2) is already used for Find in files functionality (for not open editors) and JS engine used only for open editors.

Bringing ripgrep to replace JS engine requires separate investigation #98076 (comment)

/cc @roblourens

@roblourens
Copy link
Member

Thanks for the excellent response @IllusionMH

@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants