-
Notifications
You must be signed in to change notification settings - Fork 180
Tab completing expressions deletes the whole line without output #347
Comments
I have the same exact issue! Could not find an adequate solution yet. |
Can you open DevTools and check if there are any errors? |
@sergeche nothing that appears related to Emmet. |
Can you provide a full code (or least code where error can be reproduced) and your current document syntax? |
@sergeche I've tried it in several files, and anything with HTML syntax does the same thing. |
One possible reason is that if you use some HTML syntax variation (like Can you try with clean and native |
Yup, several of these I tried were just plain |
I don't know if this can help you. For example: this will let you expand emmet abbreviation and indent your code by pressing tab. |
This issue bugged me for a long time and I just saw #312. Re-enabling the |
I've seen several issues that seem similar, but not exactly the same so opening a new one. The problem I'm running into is that when I tab complete an Emmet expression, the whole line disappears without output.
Observe and behold:
I've seen others mention that
autocomplete-plus
hijacks Emmet'stab
shortcut, but as you can see in the gif keybinding resolver shows that Emmet is indeed being fired ontab
, so I'm at a loss for what is going on here.What is the solution? Is this just a settings thing?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: