Marco Roth

Results 324 comments of Marco Roth

Yeah, it's probably easier to release 0.2.1 👍🏼

Just published the package as version 0.2.1! Let me know if that improves things!

Great to hear, thanks for the feedback @HolyWalley! 🙌🏼

I'm re-opening this one. The package in `server/package.json` is called `stimulus-language-server` but maybe we should also rename the folder itself

+1 Posting this here for reference: - https://x.com/bradgessler/status/1686225835626573824 - https://x.com/bradgessler/status/1686212883766726656 - https://x.com/marcoroth_/status/1710491014706708921

I think the `server/` is currently extracted in a way where it should be usable through stdin/stdout with editors like NeoVim. But I haven't really tried to make it work...

@gobijan just put up #47 and published `stimulus-language-server` on npm which might be what you have been looking for!

Hey @KevinBerthier, Slim is not supported as of right now. I'm actually not sure how it slipped in. We currently only support HTML itself.

Good point @Zeko369. I honestly haven't really dug deep into how we could properly implement that. Any chance you know of an example doing this already?

Yeah, I'm all-in on supporting multiple scenarios. I think that the parser can/should detect what kind of approach the project, or even a single controller file is using, either by...