-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
[Question] Support PCRE regex for extension? #50872
Comments
(Experimental duplicate detection) |
You should open issue for https://github.com/Microsoft/TypeScript for ECMA 2018 regex support. |
Based on the discussion in microsoft/TypeScript#24531, I believe the request here is to allow using ES2018 features in the regexp's support in VSCode features like find/replace. TypeScript is driving the language service for TS and JS but has nothing to do with executing/evaluating these regexp's in VSCode. |
@octref: Should this be reopened? |
We use ripgrep and seems no: BurntSushi/ripgrep#188 |
I don't know if it's the correct place to ask question on VSCode so bear with me if I'm mistaken :)
Is there any plan to support PCRE regex in the future?
Or at least ECMA 2018 regex to have lookbehind (
(?<=)
and(?<!)
) supportThanks
The text was updated successfully, but these errors were encountered: