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] Not getting suggestions for style attribute #5651

Closed
dev-sandeep opened this issue Apr 22, 2016 · 4 comments
Closed

[html] Not getting suggestions for style attribute #5651

dev-sandeep opened this issue Apr 22, 2016 · 4 comments
Assignees
Labels
html HTML support issues languages-basic Basic language support issues
Milestone

Comments

@dev-sandeep
Copy link

  • VSCode Version:
  • OS Version:

Steps to Reproduce:

Am not getting suggestion for css class. Also there should be a way to the code snippets from one to other when am comparing 2 files

@dbaeumer dbaeumer added the languages-basic Basic language support issues label Apr 22, 2016
@dbaeumer
Copy link
Member

@jrieken not sure if you or Marin owns CSS.

@aeschli
Copy link
Contributor

aeschli commented Apr 22, 2016

Is the CSS embedded in HTML?
Can you paste the code and show where request suggestions?

@dev-sandeep
Copy link
Author

dev-sandeep commented Apr 23, 2016

no its a separate file/external file
here is the hierarchy:

app
- css
     -- style.css
- html
      -- index.html
      -- app.html

so, in index.html i've included the css file , but in app.html am not getting any suggestion for css classes.

@aeschli aeschli added the html HTML support issues label Apr 25, 2016
@aeschli aeschli added this to the Backlog milestone Apr 25, 2016
@aeschli aeschli changed the title Not getting suggestions for css [html] Not getting suggestions for style attribute Apr 25, 2016
@aeschli
Copy link
Contributor

aeschli commented Apr 25, 2016

Ah, it's about completion in HTML for the class attribute?
That we don't support that.
Marking as duplicate of #1005

@aeschli aeschli closed this as completed Apr 25, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
html HTML support issues languages-basic Basic language support issues
Projects
None yet
Development

No branches or pull requests

3 participants