This is the VSCode plugin for EO. It provides semantic highlighting, parsing error checking and EO file icon for your .eo files.
To install it, launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter:
ext install eolang.eo
You can also install it from its page at Visual Studio Marketplace.
Read the code documentation which can be found here
Clone the repository. Install node modules with:
$ npm install
Download grammar file and generate ANTLR4 parser with:
$ npm run fetch-and-build-grammar
Make changes on a new branch and create a pull request. To avoid frustration, run:
$ npm run linter
$ npm run compile
before commiting.
Generated using TypeDoc