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

i want css intellisense can use in other file type #36869

Closed
xiachaoxulu opened this issue Oct 25, 2017 · 4 comments
Closed

i want css intellisense can use in other file type #36869

xiachaoxulu opened this issue Oct 25, 2017 · 4 comments
Assignees
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling info-needed Issue requires more information from poster

Comments

@xiachaoxulu
Copy link

i want css intellisense can use in other file type
maybe:

@vscodebot vscodebot bot added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label Oct 25, 2017
@xiachaoxulu
Copy link
Author

css.intellisenseExtension [
"html",
"postcss"
]

@aeschli
Copy link
Contributor

aeschli commented Oct 25, 2017

There's already css completion in HTML.

Please explain more what you mean.

@aeschli aeschli added the info-needed Issue requires more information from poster label Oct 25, 2017
@xiachaoxulu
Copy link
Author

yes, in html ,when i write words in style tag,i get the css intellisense。
but,i want to write css in .postcss , such as index.postcss,or index.abcdefg.
how can i get css intellisense in that filetype.
so,i suggest ,vscode css language service can give the interface for config what file extension can get css intellisence.
maybe :
css.intellisenseExtension [
"abcd",
"postcss"
]

@aeschli
Copy link
Contributor

aeschli commented Oct 26, 2017

You can just associate your postcss file extension to css.
But you likely want us to fully parse and understand cssnext. That's microsoft/vscode-css-languageservice#47

@aeschli aeschli closed this as completed Oct 26, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants