-
Notifications
You must be signed in to change notification settings - Fork 48
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
Expand selection to tag doesn't work #47
Comments
WorkaroundEmmet comes with Match Tag Pair that works in similar way, as long as your cursor is within the tag. If you use OSX, the shortcut is On a side note, this shouldn't really be closed just because we don't know how to solve it yet. |
And again, thanks @designorant and you're right, I'll reopen in case someone can chime in with some pointers! |
Just thought I would let you know I am having this truly annoying problem as well. I was looking into it a bit, but since I have never written a language definition before, have only been able to do comparisons with other packages that work properly. I have been using the PackageResourceViewer to view a number of other included language packages that are functioning as expected. I have looked at the HTML(Rails) definition and think maybe you should look into that approach as well as a stand alone Handlebars definition. |
Hey @msantoro12, I had a look, this PackageResoureViewer is basically just a shortcut to open files in installed packages as far as I can see. I don't have HTML(Rails) language definition, which package does it come from? |
Yes it is an easy way to view compressed packages in sublime quickly. Truthfully I think any HTML(LANG) would be a good example seeing as they are extending the existing HTML language syntax and handling. |
I've added the Emmet package workaround to the README (thanks @designorant). Closing the issue as it's very unlikely that I'll ever get around to work on this given that there's a solution (and this issue is referenced from the README now), but of course PRs are still welcome. |
Expanding selection to tag doesn't work when I set the syntax to be a Handlebars template.
The specific command is:
command: expand_selection {"to": "tag"}
which i have bound to cmd+shift+a.
The text was updated successfully, but these errors were encountered: