vscode-inline-html
vscode-inline-html copied to clipboard
🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
We often use this syntax: ```tsx const StyledDiv = styled.div` color: red; font-size: 20px; `; ``` But this is the syntax highlighting I see:  It would be great to...
I am not seeing the expected syntax highlighting anymore in JS/TS/JSX/TSX files: 
double curly braces inside the /*html*/ template string break syntax highlighting throughout the file  everything is fine without them 
Is there a way to include data provided to the `html.customData` and `css.customData` properties in the `settings.json`? It would be amazing to get docs and autocomplete for our custom elements...
This is a great extension! Thanks! It would be great if it ran Stylelint on the CSS blocks. Here's a starting point: https://stylelint.io/user-guide/options/#customsyntax
Can't get the intellisense/Emmet in a child template string, consider this snippet:  As you can see, the template string inside the array map callback, doesn't give intellisense nor Emmet,...
I wish webstorm could add this also is there a way I dont have to keep repeating css like here:  doesnt seem to work with ternary's if you put...
I have a specific situation - I need to be able to write inline Web Workers and I need JS syntax highliting for this.  Would you add this option?
markdowns used alongside a lot with HTML. supporting them would be useful for blog generators. ## Alternatives I've been using https://marketplace.visualstudio.com/items?itemName=jeoht.es6-string-markdown, however there's caveats: - [repository is gone](https://github.com/jeoht/es6-string-markdown) - it...
### Environment Observed In Extension version: v0.3.5 VS Code version: 1.69.1 OS: Windows 11 ### Steps to reproduce - In a Javascript or Typescript file, paste the following: ```js const...