vscode-inline-html icon indicating copy to clipboard operation
vscode-inline-html copied to clipboard

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.

Results 24 vscode-inline-html issues
Sort by recently updated
recently updated
newest added

We often use this syntax: ```tsx const StyledDiv = styled.div` color: red; font-size: 20px; `; ``` But this is the syntax highlighting I see: ![](https://github.com/pushqrdx/vscode-inline-html/assets/5913254/d1716607-01cd-470f-a263-76a76e0c2376) It would be great to...

I am not seeing the expected syntax highlighting anymore in JS/TS/JSX/TSX files: ![](https://github.com/pushqrdx/vscode-inline-html/assets/5913254/2a784c3b-7ce7-40af-a9d5-845b6727d750)

double curly braces inside the /*html*/ template string break syntax highlighting throughout the file ![example4](https://user-images.githubusercontent.com/14206443/189234927-989e0f51-5e49-411e-86a5-7d9bed1d7c6d.png) everything is fine without them ![example5](https://user-images.githubusercontent.com/14206443/189234995-76aa22c5-9157-4db2-96e0-67a0dbbd8bc1.png)

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: ![inline_html_no_intellisense](https://user-images.githubusercontent.com/18739638/58247351-bee8cd00-7d59-11e9-9597-8662da9456e5.png) As you can see, the template string inside the array map callback, doesn't give intellisense nor Emmet,...

bug

I wish webstorm could add this also is there a way I dont have to keep repeating css like here: ![image](https://github.com/pushqrdx/vscode-inline-html/assets/216566/8fcf3e96-5609-47ef-8b05-cd765a5be85f) 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. ![1](https://github.com/pushqrdx/vscode-inline-html/assets/53473441/c925e304-6767-42ba-acd3-46fdccfce7e1) 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...