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

add snippet for export const variable but not function #65

Closed
tjx666 opened this issue Sep 19, 2019 · 1 comment
Closed

add snippet for export const variable but not function #65

tjx666 opened this issue Sep 19, 2019 · 1 comment

Comments

@tjx666
Copy link

tjx666 commented Sep 19, 2019

There is a exist snippet for export name function, but export a const variable is also common.
The desired effect is When you type 'ecv', VSCode will autocomplete with 'exports const $1 = $2'.

@xabikos
Copy link
Owner

xabikos commented Apr 21, 2020

Implemented with env as prefix though

@xabikos xabikos closed this as completed Apr 21, 2020
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