effekt-lang / effekt

A language with lexical effect handlers and lightweight effect polymorphism
https://effekt-lang.org
MIT License
319 stars 20 forks source link

Install Effekt from VSCode #289

Closed b-studios closed 4 days ago

b-studios commented 11 months ago

You can install Flix as a VSCode plugin and it is shipped with all batteries included. Can we have something similar for Effekt, so that users just click "Install Plugin" in VSCode? This probably entails publishing it to the marketplace.

b-studios commented 11 months ago

Also in Flix (but unrelated to this issue) you can run every toplevel function (without parameters) from within VSCode.

jiribenes commented 4 days ago

This is an issue for effekt-vscode where we're working on solving this: https://github.com/effekt-lang/effekt-vscode/pull/20