VS code extension for the lotus programming language that provides syntax highlighting & autocompletion.
-
Install the lotus compiler.
-
Clone this repository in the VS code extension directory. On Linux & Mac, this is
$HOME/.vscode/extensions
. On Windows this is%USERPROFILE%\.vscode\extensions
.
git clone git@github.com:symil/lotus-vscode.git ~/.vscode/extensions
- Compile the extension:
cd ~/.vscode/extensions/vscode-lotus
npm install
npm run compile
- Copy the lotus compiler in the
server
directory of the extension:
cp /path/to/lotus/target/release/lotus-compiler ~/.vscode/extensions/vscode-lotus/server
# On Windows, the executable is named `lotus-compiler.exe`.
-
Reload VS code.
-
(Optional) In the VS code settings, set the icon theme to "Seti + Lotus".