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

Snippets not in AutoComplete popup #6

Open
devert opened this issue Oct 17, 2012 · 3 comments
Open

Snippets not in AutoComplete popup #6

devert opened this issue Oct 17, 2012 · 3 comments

Comments

@devert
Copy link

devert commented Oct 17, 2012

On Windows 7 the snippets do not show up as an option while typing in the autocomplete pop up. Searching for the snippet in the Command Palette it can be found an applied, but no in autocomplete. I am in a javascript file with syntax set to JavaScript.

@scullytr
Copy link

scullytr commented Mar 7, 2013

Am having this same issue, on the same OS. For instance, when typing '.on' to trigger the 'on' method snippet, all it does is show a list of other snippets ('open', and 'Open' if that matters), but none for the 'on' method.

@ghost
Copy link

ghost commented Apr 12, 2013

Having the same issue here on same OS 64bit. Is this happening on any other OS?

@arechsteiner
Copy link

I'm having the same issue on Windows 8, with Sublime Text 2. The reason for this seems to be, that the snippets <tabTrigger> attributes start with either . or $, both of which causes trouble with auto complete (at least on Windows, as it seems).

Try to create your own snippet with an <tabTrigger> attribute like "hello". It will show up in the auto complete box. Now edit the tab trigger and have it start with a $ or a ., such as "$hello". It won't show up anymore.

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

3 participants