Skip to content

Doesn't trigger autocompletion after class selection #235

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

Open
dzpt opened this issue Feb 17, 2020 · 3 comments
Open

Doesn't trigger autocompletion after class selection #235

dzpt opened this issue Feb 17, 2020 · 3 comments

Comments

@dzpt
Copy link

dzpt commented Feb 17, 2020

In the html file, if i enter
<div
The would be class selection in the list, if i choose it, the text would be:
<div class=""
Then it won't suggest any css class inside.
It only works if i type class or trigger suggestion manually.

Any chance to auto trigger class completion?

@riccardo-poli
Copy link

I have the same problem

@dtomlinson91
Copy link

Same problem for me

VSCode version:

Version: 1.43.0
Commit: 78a4c91400152c0f27ba4d363eb56d2835f9903a
Date: 2020-03-09T19:34:44.548Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.0.0

It's the same whether or not I'm in a .vue or .html

To recreate:

Create a html element. Do not autocomplete the class attribute. The intellisense works like normal.

Now create a htm element and autocomplete the class attribute. The intellisense won't trigger unless you use a "." (period). Then it work as intended.

A video demonstrating this is here:
https://imgur.com/a/so6W3p0

@rlndsgn
Copy link

rlndsgn commented Apr 11, 2020

Oh yes, same. The class suggestions only pop up if I type a . or a space

Version: 1.44.0
Commit: 2aae1f26c72891c399f860409176fe435a154b13
Date: 2020-04-08T08:23:56.137Z (3 days ago)
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.4.0

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

No branches or pull requests

5 participants