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

Wrong auto completion in HTML files #37

Closed
gp-slick-coder opened this issue Feb 14, 2017 · 3 comments
Closed

Wrong auto completion in HTML files #37

gp-slick-coder opened this issue Feb 14, 2017 · 3 comments
Assignees
Labels

Comments

@gp-slick-coder
Copy link

Example:
if.bi completes to if.if.bind=""

Expected: if.bind=""

Only aurelia related 'keys' are affected.

autocomplete

@eriklieben
Copy link
Contributor

Thanks for the bug report, I am sorry you are experiencing these issues.

I think this is due to the changes in vscode to move to textmate snippetstrings. They removed the range property which first could be provided to tell vscode what to replace.

Will look into how to resolve this issue.

@eriklieben
Copy link
Contributor

Resolved in 0.2.6, sorry for the double release, it was easier to fix than I assumed.
I think the other issue with the dark black theme and CSS should also be resolved.

@gp-slick-coder
Copy link
Author

Thanks, works fine now. 👍

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

No branches or pull requests

3 participants