Thomas Honeyman
Thomas Honeyman
@nwolverson -- I'm curious if you have any thoughts on this from the language server side of things; I'm not really sure what is and isn't possible with `psc-ide` to...
This is really cool! I'm on board with this approach. It's a best-of-both-worlds in that if you don't want to bother with a gist or you don't want to authenticate...
Fortunately the typical size of a TryPureScript module is pretty small and the URL isn’t that long.
I'm personally fine with that. I think it's a nice feature.
Ace does provide support for autocompletion via the `ace/ext/language_tools` package. There's a wiki page with some admittedly sparse details: https://github.com/ajaxorg/ace/wiki/How-to-enable-Autocomplete-in-the-Ace-editor The wiki includes a link to a demo, however, which...
> I think that trypurs should always be buildable and shippable with stock-tooling, but I don't think it's necessarily bad that there's an alternative workflow for development if you want...
@milesfrain Do you have an opinion? Would that enable the faster development loop you're envisioning?
That sounds like a good plan: use Webpack for now, with an issue and the understanding that we will remove it when the compiler supports ES Modules.
I think Miles was looking for something more like hot module replacement while doing development, supported by webpack, vite, etc.
Snowpack is no longer maintained and they recommend Vite as an alternative