VS Code extension

Welcome to the ufLang Visual Studio Code extension. This extension provides syntax highlighting and file formatting for .uf files.

Installation

  1. Download the .vsix file

  2. Open Visual Studio Code, press Ctrl+Shift+P and select Extensions: Install from VSIX...

  3. Select the .vsix file

  4. Reload VS Code

File Formatting

  • Conditions (if/else)

  • Loops (while, for)

  • Booleans (true/false)

  • Prints (print/println/printuf)

  • and/or

  • class

  • nil

  • return

  • this

  • Operators (+/-/*/=/%/</>)

  • Parenthesis and brackets

Last updated