Epsilon in VS Code¶
You can now edit and run Epsilon programs, and edit Flexmi models and Emfatic metamodels in VS Code as shown below.
To do this you will need to install the following VS Code extensions:
- Eclipse Epsilon Languages: Syntax highlighting, terminal hyperlinking, debugging
- Gradle for Java: Support for running Gradle build files
Give it a spin!¶
- Go to any example on the Epsilon Playground
- Download a zipped copy of the example (for Gradle) using the Download button
- Extract the downloaded zip file
- Open the folder using VS Code
- Go to the Gradle tab on the left hand side
- Run the
run
task underTasks
->other
as shown below