Marco Roth
Marco Roth
Hey @wizzymore, this should now work with the Stimulus LSP v1.0 series. Please re-open the issue if it doesn't, thank you!
Hey @jcsmithf22, sadly not quite yet, the current implementation only works on actual HTML tags. So if you have regular HTML in Twig files it should work, but it doesn't...
This is similar for any other templating language. For ERB files in Rails projects it works for this for example: ```html+erb ``` But it doesn't work for something like: ```html+erb...
Hey @thibpoullain, I'm not sure I follow. Are you trying to install the extension in your VS Code, or are you trying to build the client/server locally so you can...
In this case the extension is working fine then 😅 Would you mind sharing that controller so we can make sure that the parser is picking it up correctly?
Hey @thibpoullain, did you have any luck getting it to work or do you need any more help?
Hey @Gert-JanPeeters, thanks for reporting this! Yes, I definitely want to support this as well, but it requires some more work. One of the first steps was to implement the...
Hey @CharlieIGG, thanks for opening this issue! You are right, the extension is probably too optimistic as-is right now. But both of the constraints you outlined are goals that I...
Awesome @CharlieIGG, let me know if I can assist you in any way or have questions
Hey @CharlieIGG, thanks for giving this a shot. Yeah, I think `acorn-typescript` looks more promising than it actually is. Also because it's not really feature-complete. I'm actually surprised that there...