Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>neluaNew to Visual Studio Code? Get it now.

nelua

alexgb

|
124 installs
| (0) | Free
Nelua better syntax highlighting, basic code completion, and snippets for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Function declaration with public or global.
  2. Types declaration for record, enum, or union with public or global scope.
  3. If, if else, if elseif else declaration.
  4. Switch with default case.
  5. New scope with do.
  6. Goto with goto keyword and declaration
  7. While declaration.
  8. Repeat with local variable declaration.
  9. Anonymous function declaration.

Screenshots

*Make sure to click the arrow > to open the docs! code completion for modules

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.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft