-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feature request : expand with "tab" #24
Comments
(I see it's an old post, but I wanted to reply so everybody who read this'll know) You can change that keybind to whatever you want in "jrowny.brackets.snippets/main.js"
But I agree with you that it should be good if it could work as Emmet, because now if you change keybind "Ctrl-Alt-V" to "Tab" with this extension and then you want to use regular space with "Tab" it deletes everything on that line. |
Hello, I changed my settings to "Tab" key, but doesn't work if Emmet extension is installed :/ |
emmet uses |
Yep, that's the problem. I'd love to expand my snippets as I use Emmet, with |
What exactly does the emmet extension do on tab key? |
It expands abbreviations, it's his main function. Ex.
|
Well one expands abbreviations, one snippets - it'd be quite hard to execute both at the same time, wasn't it? |
We do not execute both at the same time. Emmet is made to extend the most common abbreviations: HTML elements, CSS properties, vendor prefixes, or many shortcuts such as On the other hand, snippets of code does not seem at all incompatible. For example, one of my snippets is
Why would it be uncompatible? |
@raphaelgoetter I'll try to open an issue with main Brackets core when I'll have time. Currently implementing this feature you want is not possible. |
Hi raphaelgoetter, Why would it be uncompatible? It would be incompatible because Emmet creates "code" with all strings. Even the ones it does not know. How would brackets know what was really the plugin you were expecting to execute the command (Emmet or Snippets)? I don't think it is possible to use both with the same key combination. |
Hello,
"Ctrl-Alt-V" to insert the snippet is a bit painful and long.
Would it be possible to expand trigger with tab key, as Emmet does for example ?
The text was updated successfully, but these errors were encountered: