-
Notifications
You must be signed in to change notification settings - Fork 3
tab stops not working? #1
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
Comments
Hi @guidorice I'm sorry you are experiencing this, but none of the javascript snippets use Typescript. I'll be happy if you can point me to anyone that looks like typescript |
Hi, are the tab stops working for you? Maybe it's just a problem with my setup- they have never worked at all, but just for these aurelia snippets. re: the typescript, I thought that what I was seeing in some places was type definitions, for example:
So |
Oh, that's just Aurelia way of typehinting the parameters. It perfectly works for me and others that have tried it. What version of atom are you using? |
Ah- weird! I am using 1.9.9 on OS X. For example if I type |
Enter or tab should work fine. So Enter works for you? |
No ENTER has the same result as if I hit TAB. |
Can you try this on another machine? |
Sure, here are steps I took to repro, this time on another machine (Linux Ubuntu 16.04)
|
I also nuked my ~/.atom config, and started with vanilla settings, re-installed aurelia-snippets, and confirmed the same results again. |
Is this still an issue? |
Yes, still does not work. I have not had time to debug it any more, beyond what I already posted. |
First off thanks so much for creating this snippets package! It's helping me learn Aurelia.
One thing I have noticed, is that in my ES6 project, the tab stops do not seem work. I was investigating this and noticed the way you have annotated the tabs stops is slightly different than shown here:
http://flight-manual.atom.io/using-atom/sections/snippets/
Also I noticed some of the javascript snippets use Typescript syntax. Maybe you could provide an option in the package config to select ESNext or Typescript syntax?
using: Atom 1.9.9
Let me know if you have any suggestions- I would be happy to fork, if that would be best way to proceed.
Cheers
The text was updated successfully, but these errors were encountered: