Jason Williams

Results 270 comments of Jason Williams

@finnmerlett would you be willing to investigate further? We have a computer guide for debugging these issues https://github.com/styled-components/vscode-styled-components/blob/master/CONTRIBUTING.md

@jahirfiquitiva it seems to be formatting fine for me, which formatter are you using? This extension doesn't deal with formatting, thats usually deferred to Prettier or the VSCode Typescript/javascript formatter

dupe of https://github.com/styled-components/vscode-styled-components/issues/220

The Deno typescript plugin is able to get access to the editor config so it must be possible: https://github.com/denoland/vscode_deno/blob/main/typescript-deno-plugin/src/index.ts#L24-L26 Hopefully someone has time to work a similar solution into the...

@acnebs it may be possible with https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide would you be interested in investigating that? It won’t be something I’ll ever get round to doing

> @acnebs > It looks like you could just modify the first part of this regex, you can see where it spells out "styled": > ![image](https://user-images.githubusercontent.com/83721162/121743613-78887700-cab6-11eb-8d7e-c1b1fbb9eb1f.png) > https://github.com/styled-components/vscode-styled-components/blob/master/syntaxes/styled-components.json > >...

Hi @lostfictions I see what you're suggesting, but sadly there's no way for this extension to inject configuration down into [typescript-styled-plugin](https://github.com/Microsoft/typescript-styled-plugin) dynamically. I took a look at the forks but...

The Deno typescript plugin is able to get access to the editor config so it must be possible: https://github.com/denoland/vscode_deno/blob/main/typescript-deno-plugin/src/index.ts#L24-L26 Hopefully someone has time to work a similar solution into the...

@paprikman is this ran with verbose mode on for the typescript logs?