A Visual Studio Code extension that enables live execution of Elixir scripts with real-time feedback.
This extension allows you to run Elixir code blocks interactively within your editor, making development and experimentation more efficient.
For more information about LiveScript, see the LiveScript README.
Features
Live Code Execution: Run Elixir code blocks directly from your editor
Real-Time Feedback: See results immediately in the integrated terminal
Interactive CodeLens: Click-to-execute buttons appear above each executable code block
AutoRun on Save: The LiveScript server will automatically detect changes to the file and execute only the new code (and it's dependencies)