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

$LINE_COMMENT replace in regex expresions #135

Open
dimateos opened this issue Apr 11, 2024 · 0 comments
Open

$LINE_COMMENT replace in regex expresions #135

dimateos opened this issue Apr 11, 2024 · 0 comments

Comments

@dimateos
Copy link

Sometimes I have regex expresions for different languages that require manually setting // or # etc plus filters for the lang id.

Vscode already has $LINE_COMMENT and similar vars: https://github.com/microsoft/vscode/blob/0ed70ae2460cff8c820318e9046b367170cf0f00/src/vs/editor/contrib/snippet/browser/snippetVariables.ts#L50

So it would be great to have access to at least the comment related ones (at least line).

  • Sample: gray commented out code vs comments (only for // based comments)

image

Regards!

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