Nelua vscode fork
Nelua better syntax highlighting, basic code completion, and snippets for Visual Studio Code.
Features
Completion
Code completion for keywords , builtin functions , constants , types , and modules .
Snippets
- Function declaration with
public or global .
- Types declaration for
record , enum , or union with public or global scope.
- If,
if else , if elseif else declaration.
- Switch with default case.
- New scope with
do .
- Goto with
goto keyword and declaration
- While declaration.
- Repeat with local variable declaration.
- Anonymous function declaration.
Screenshots
*Make sure to click the arrow > to open the docs!
Installing
Install the extension nelua or clone this repository into ~/.vscode/extensions/ and restart vscode.
Todo
- [X] More snippets.
- [X] Add competition to require.
- [ ] Add module completation.
- [ ] Add documentation to code completion and signatures to the functions.
- [X] Add run tasks.
- [ ] Add run task for windows
- [ ] Add syntax highlighting to types in the function
- [ ] Implement semantic highlighting.
| |