-
Notifications
You must be signed in to change notification settings - Fork 19
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
Assign a hotkey per snippet #10
Comments
@SoulVayne You can use |
Nice Thanks, didn't know that! |
No worries :) |
I've got another question regarding wrapping text with a snippet. Don't know if it's already implemented, thats why i ask it here instead of making another issue ^^ |
That is not implemented :) |
Implemented in version 0.3.0. See https://github.com/zaggino/brackets-snippets/blob/master/default_snippets/html/html5-wrap |
Tnx for the fast replies and additions to the plug-in. Really helps me in my workflow :) I have one last request regarding this enhancement. |
Yeah, that definitely can be done, why not. |
It would be great if you could decide where to place the cursor in the snippet when it is inserted. Now it is always inserted a rule after the snippet, so i have to place the cursor in the code again.
The text was updated successfully, but these errors were encountered: