VS Code extension
Welcome to the ufLang Visual Studio Code extension. This extension provides syntax highlighting and file formatting for .uf files.
Installation
Download the .vsix file
Open Visual Studio Code, press
Ctrl+Shift+P
and selectExtensions: Install from VSIX...
Select the .vsix file
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