Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>FatScript FormatterNew to Visual Studio Code? Get it now.
FatScript Formatter

FatScript Formatter

Antonio Prates

|
39 installs
| (0) | Free
FatScript code formatter using fry
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FatScript Formatter (VSC Extension)

This project provides a formatter and a code runner for the FatScript programming language in Visual Studio Code, using the fry interpreter. For more information about FatScript language specification and syntax, please visit:

  • fatscript.org (official docs)

Installation

fry needs to be installed on your system for this extensions to work

  1. Install Visual Studio Code if you haven't already.
  2. Open the extensions panel.
  3. Search for "FatScript Formatter".
  4. Click the "Install" button for the extension.

Alternatively, you can install the extension from source:

  1. Clone or download the repository to your local machine.
  2. Install the Visual Studio Code Extension SDK.
  3. Run vsce package to create the VSIX package for the extension.
  4. In Visual Studio Code, click on the "..." icon in the extensions panel and select "Install from VSIX".

Usage

Formatting scripts

Once the FatScript formatter extension is installed, it will format FatScript code files (.fat) using fry. You can format a file by selecting "Format Document" from the editor context menu or by using the keyboard shortcut.

Running scripts

In addition to formatting FatScript files, this extension also contributes a "Run FatScript" command, which will run your current FatScript file in a new terminal window using fry.

To execute this command, open the Command Palette (Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on MacOS) and type "Run FatScript". Select the command from the dropdown to run your current file.

For quicker access, you can assign a keyboard shortcut to this command via Keyboard Shortcuts settings, choosing any key combination you prefer to easily run your code.

Contributing

If you find any issues with this formatter extension or would like to contribute to the project, please create an issue or merge request on the project's GitLab repository.

Donations

Did you find this VSC extension useful and would like to say thanks?

Buy me a coffee

License

GPLv3 © 2023 Antonio Prates

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft