-
Notifications
You must be signed in to change notification settings - Fork 2
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
Can’t make it work #11
Comments
First, I'm sorry for that. But if you provide a minimal reproducible setting and the expected behavior you want, then I can help. |
Hi, Thanks for the quick reply. I've used the json file provided in the exemple to test it. If i use the command insert snippet, nothing is showing in the list. I'm new to vscode, so maybe something in my setup isn't right. Also, i don't know what the behavior for the update snippets button is, but when i click on it i see 0/1 appear and disapear really quickly. Here is my settings json file : |
This will re-download remote snippets and store them at This extension didn't provide command But you can just type some prefix, and the vscode will handle the reset of things. For example, just type |
Ok, that's really usefull. I got it working ! Thank you. I'm able to get the snippets in vue or javascript files, but i don't see them in html, css or php files. Do you know why ? |
This extension only supports these languages for now: I think I need to fix it in the next version. |
I just tried the new version, and everything is working ! It's really awesome, thank you so much for your help ! |
Hi,
i installed your extension as it’s exactly what i need, but i can’t get it to work. I’ve tried with the exemple settings and i don’t see any snippets anywhere. What i am doing wrong ?
The text was updated successfully, but these errors were encountered: