Nelua better syntax highlighting, basic code completion, and snippets for Visual Studio Code.
Code completion for keywords, builtin functions, constants, types, and modules.
- Function declaration with
publicorglobal. - Types declaration for
record,enum, orunionwithpublicorglobalscope. - If,
if else,if elseif elsedeclaration. - Switch with default case.
- New scope with
do. - Goto with
gotokeyword and declaration - While declaration.
- Repeat with local variable declaration.
- Anonymous function declaration.
*Make sure to click the arrow > to open the docs!

Install the extension nelua or clone this repository into ~/.vscode/extensions/ and restart vscode.
- More snippets.
- Add competition to require.
- Add module completation.
- Add documentation to code completion and signatures to the functions.
- Add run tasks.
- Add run task for windows
- Add syntax highlighting to types in the function
- Implement semantic highlighting.