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

HTML IntelliSense is not really intelligent #37935

Closed
surjithctly opened this issue Nov 9, 2017 · 2 comments
Closed

HTML IntelliSense is not really intelligent #37935

surjithctly opened this issue Nov 9, 2017 · 2 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension html HTML support issues

Comments

@surjithctly
Copy link

  • VSCode Version: Code 1.17.2 (b813d12, 2017-10-16T13:59:46.104Z)
  • OS Version: Windows_NT x64 10.0.10240

Steps to Reproduce:

  1. Create a div <div></div>
  2. Now to add class, type "c" <div c></div>
  3. Now its expected to ouput class as autocomplete, but instead it shows "canvas"
  4. It doesn't make any sense to create a canvas tag inside the tag itself <div c>
  5. See image below

vscode

Expect results

It should show supported attributes for the tag selected. Not tag autocomplete.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the html HTML support issues label Nov 9, 2017
@ghost
Copy link

ghost commented Nov 9, 2017

Related to #35128 , but in new version (1.18) I can't reproduce it.

screenshot_3

and maybe problem can be in your settings (customizable)

@surjithctly
Copy link
Author

Thank you.

Updated to latest version. But the issue still exists, I disabled the "HTML Snippets" Extension and Fixed the issue.

Thanks a lot 👍

~Surjith

@ramya-rao-a ramya-rao-a added the *caused-by-extension Issue identified to be caused by an extension label Nov 16, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension html HTML support issues
Projects
None yet
Development

No branches or pull requests

3 participants