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

emmet abbreviations don't expand with Tab #47

Closed
rob3c opened this issue Mar 5, 2016 · 4 comments
Closed

emmet abbreviations don't expand with Tab #47

rob3c opened this issue Mar 5, 2016 · 4 comments
Labels

Comments

@rob3c
Copy link

rob3c commented Mar 5, 2016

Hi, thanks for the awesome extension! It's great to have vim bindings working in an organic way with VSCode.

Unfortunately, it looks like something with Tab key handling breaks emmet abbreviation expansion. For example, typing the vscode docs sample ul.generic-list>lorem10.item*4 in insert mode and then hitting Tab just inserts a tab character instead of expanding the emmet expression.

@aioutecism
Copy link
Owner

AFAIK, this is impossible with the current extension APIs of VSCode.
All this kind of inconvenience will be solved after microsoft/vscode#1432 is addressed.

@rob3c
Copy link
Author

rob3c commented Mar 6, 2016

Sorry to hear that. Hopefully, they'll address it sometime soon. Regardless, the benefits of the amVim extension still outweight that slight inconvenience for me and many others, I'm sure, so please keep up the great work! :)

@aioutecism
Copy link
Owner

This should be solved in 1.0.0.
However, 1.0.0 depends on VSCode >= 0.10.12.
You can download the VSCode insiders version here and install amVim to try it.

@rob3c
Copy link
Author

rob3c commented Mar 24, 2016

Thanks, I look forward to trying it when I get a chance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants