ocen-lang / ocen-vscode

VSCode extension for the Ocen programming language

Home Page:https://marketplace.visualstudio.com/items?itemName=MustafaQuraish.ocen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ocen programming language

This extension provides syntax highlighting and some basic LSP support for the ocen language.

In order to use the LSP features, make sure you have ocen installed on your system, and have set the system enviroment variables so that the executable is available on your PATH, and the compiler can find all the standard libraries. For more information, read the compiler setup instructions here.

If the extension can't find the compiler by default for some reason, you can point to it directly with the ocenLanguageServer.compiler.executablePath setting.


Buiding the extension from source

$ git clone https://github.com/ocen-lang/ocen-vscode
$ cd ocen-vscode
$ npm -i
$ npx vsce package

About

VSCode extension for the Ocen programming language

https://marketplace.visualstudio.com/items?itemName=MustafaQuraish.ocen

License:MIT License


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%