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

Adding a dash (-) breaks autocomplete #38

Open
ethankore opened this issue Jul 28, 2014 · 2 comments
Open

Adding a dash (-) breaks autocomplete #38

ethankore opened this issue Jul 28, 2014 · 2 comments

Comments

@ethankore
Copy link

Lets say that I have 2 files opened - main.html and main.js.

In main.html I have an element ID that's called 'big-video'.
In the main.js file, the autocomplete would only suggest 'big', instead of 'big-video'.
I checked if an underscore works and it does, but the dash seems to be breaking the autocompletion feature.

@ctf0
Copy link

ctf0 commented Sep 24, 2014

#18

@canoeberry
Copy link

This is caused by the HTML syntax not treating 'big-video' as a single token.

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