microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.34k stars 28.9k forks source link

IntelliSense in HTML style attribute doesn't automatically popup #32994

Closed yume-chan closed 7 years ago

yume-chan commented 7 years ago
Extension Author (truncated) Version
markdown-preview-github-styles bie 0.0.2
path-intellisense chr 1.4.2
ts-tslint eg2 0.0.4
ejs Sim 0.0.1
glslx-vscode eva 0.0.11
easy-less mrc 1.4.5
mssql ms- 1.1.0
typescript-javascript-grammar ms- 0.0.23
debugger-for-chrome msj 3.1.8
vetur oct 0.9.5
vscode-icons rob 7.12.0
markdown-all-in-one yzh 0.8.3

Steps to Reproduce:

  1. Create a HTML file.
  2. Type <div style=""></div, put cursor in the style attribute.
  3. Type anything.

Expected Result:

IntelliSense suggests CSS properties should automatically popup.

Actual Result:

I need to press Ctrl+Space to show IntelliSense.

Reproduces without extensions: Yes

yume-chan commented 7 years ago

OK, I found that it's controlled by the editor.quickSuggestions setting.

But I really think there should be a special treating of the style attribute.

yume-chan commented 7 years ago

It's another case of #23962