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

Can't use snippet in html tags anymore #28

Closed
dsandstrom opened this issue May 2, 2018 · 2 comments
Closed

Can't use snippet in html tags anymore #28

dsandstrom opened this issue May 2, 2018 · 2 comments

Comments

@dsandstrom
Copy link
Contributor

I used to be able to use tab completion for snippets inside of html tags, however a recent change has impacted that ability. When you have your cursor inside of a tag (<div |>`) and hit tab, nothing happens. Your package is trying to solve a tag when instead it should be passing the keystroke to snippets.

@surdu
Copy link
Owner

surdu commented May 3, 2018

After a recent fix (for #14) I was expecting quite the opposite: to fallback to snippets more often.

That fix is causing some other problem as well, so I'll have to find another fix for it.

Thank you for the heads up! I don't use snippets in HTML so this would have gone unnoticed 😉

@dsandstrom
Copy link
Contributor Author

Thank you for looking into it. I mostly use snippets to add erb/php tags inside of html.

@surdu surdu closed this as completed in 2d14b10 Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants