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

yasnippet does not behave as expected #197

Closed
mattfidler opened this issue Nov 22, 2011 · 3 comments
Closed

yasnippet does not behave as expected #197

mattfidler opened this issue Nov 22, 2011 · 3 comments

Comments

@mattfidler
Copy link

The snippet

function(${1:x}) ${3:{$0}}

Does not work as expected, though

function(${1:x})${3: {$0}}

Works fine and

 function(${1:x}) ${3:`""`{$0}}

also works just fine. I'm assuming there is some issue with paring

@joaotavora
Copy link
Owner

Can't reproduce this. Both the first version and second versions work similarly. Tabbing twice exits the snippet. Tabbing once, typing, then tabbing also exits the snippet. What exactly does not work as expected?

@mattfidler
Copy link
Author

I tried it again and it worked just fine. I'm unsure what happened

@joaotavora
Copy link
Owner

Be sure to reopen this issue or recomment if this happens again

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

No branches or pull requests

2 participants