Quota
Quota adds language support for .quota files in VS Code.
What you get
- Syntax highlighting
- Autocomplete and snippets
- File icon support in popular icon themes
- Built-in debugger for Quota
Quick start
- Open any
.quota file.
- VS Code will detect the Quota language.
- Use snippets like
function, let, print.
Debugging
You can debug a Quota file in two ways:
- Click the Debug button in the editor top-right.
- Or run command: Quota: Debug Current File.
Debugger supports:
- Line breakpoints
- Continue / Step Over / Step In / Step Out
- Call stack
- Variables
| |