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

Editor extensions / plugins #433

Closed
e111077 opened this issue Apr 24, 2018 · 2 comments
Closed

Editor extensions / plugins #433

e111077 opened this issue Apr 24, 2018 · 2 comments

Comments

@e111077
Copy link

e111077 commented Apr 24, 2018

This may be a long shot, but it would be much appreciated for stackblitz to have a way from developers to write extensions (or support VS Code extensions).

We are using stackblitz to show users code samples on our docs site, but all of our workflows used tagged templates. e.g.

render() {
  html`<div class="someClass">
    This will be highlighted properly in github but not stackblitz editor
  </div>`
}

Tagged template highlighting and intellisense was never added to VS Code core, but it was added in an extension by someone on the VS Code team.

@nukadelic
Copy link

Currently relying on browser JS injection extensions ( Tempermonkey for chrome ) to write my own plugins. That would be such a great addition

capture

@seveves
Copy link
Collaborator

seveves commented May 29, 2018

Duplicate of #3 ... let's track the progress over there please

@seveves seveves closed this as completed May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants