Skip to content

Wont suggest css classes unless you first make a space. #147

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

Closed
GabMic opened this issue Oct 15, 2018 · 2 comments
Closed

Wont suggest css classes unless you first make a space. #147

GabMic opened this issue Oct 15, 2018 · 2 comments

Comments

@GabMic
Copy link

GabMic commented Oct 15, 2018

This is very strange.
In this case: <div class="myClass"></div> it wont work.
But in this case: <div class=" myClass"></div> it does work.

Notice the space before the class name in the second line.
What can be the problem?

@myfonj
Copy link

myfonj commented Jan 8, 2019

I assume you are supposed to invoke suggestions with ctrlspace in this case (?)

@zignd
Copy link
Owner

zignd commented Apr 27, 2019

This is the intended behavior. As @myfonj said you have to press CTRL+Space in order to trigger the suggestions. It's just how I thought it would make sense at the time I developed it, you can suggest a different behavior opening a new issue.

@zignd zignd closed this as completed Apr 27, 2019
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