Jason Williams

Results 351 comments of Jason Williams

> > Hey everyone, > > so I got the regex to pick up on multi-line inline types (https://regex101.com/r/XxGtKO/1/) but I'm a bit lost on how to proceed. Escaping and...

> @jasonwilliams I tried it but I didn't make it. The RegEx was stronger than me. > > But my issues seems to be connected to a line break. If...

@Justkant you should be able to clone this repo, hit “lunch extension” in the debug tab. That will load a second VSCode instance with the fixtures folder loaded. Go into...

Feel free to share the tweak you did on Regex 101 I can probably take a look

its due to the way the regex parses, you can only parse one line at a time. so https://github.com/styled-components/vscode-styled-components/blob/master/syntaxes/styled-components.json#L7 will need adjusting

@roffelsaurus is this still broken in v1.5.1 ?

I’m happy for you to work on it, we have a contributing guide here https://github.com/styled-components/vscode-styled-components/blob/master/CONTRIBUTING.md

@adamzalesak Can you follow the template and include the code with the screenshot? The issue is because `)` is on a new line. I think we will need a [new...