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

Explore improving support for embedded languages in JS/TS template strings #34260

Closed
mjbvz opened this issue Sep 13, 2017 · 2 comments
Closed
Assignees
Labels
plan-item VS Code - planned item for upcoming

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Sep 13, 2017

Investigation of how we can improve support for languages embedded in JavaScript / TypeScript template strings. A few example embedded languages: css, html, glsl, graphql, ...

@mjbvz mjbvz added this to the September 2017 milestone Sep 13, 2017
@mjbvz mjbvz self-assigned this Sep 13, 2017
@mjbvz mjbvz added plan-item VS Code - planned item for upcoming and removed testplan-item labels Sep 13, 2017
@mjbvz
Copy link
Collaborator Author

mjbvz commented Sep 20, 2017

Here's a prototype extension that contributes intellisense and syntax highlighting for css strings: https://github.com/mjbvz/vscode-css-template-strings-prototype

This prototype makes use of a TS Server plugin and VS Code's css language library. VS Code extensions can contribute a global TS Server plugin, however this API is not ready for production yet. Here are a few issues with contributed plugins:

@mjbvz
Copy link
Collaborator Author

mjbvz commented Sep 29, 2017

Closing out this exploration.

Progress:

Ongoing:

@mjbvz mjbvz closed this as completed Sep 29, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plan-item VS Code - planned item for upcoming
Projects
None yet
Development

No branches or pull requests

1 participant