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

Adding a variable for php for Visual Code looses the dollar sign #13

Open
montejunto opened this issue May 18, 2018 · 1 comment
Open

Comments

@montejunto
Copy link

If passing $variable it should provide \$variable or else it will show "variable" instead of "$variable" on visual Code.

@pawelgrzybek
Copy link
Owner

Hi.

Because VS Code snippets ate using $ for placeholders same like variable declaration in PHP this functionality will be tricky to add without some RegEx magic (I am not good at RegEx).

I am more than happy to accept your PR tho :)

Thanks for reporting.

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

2 participants