Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>farpy-languageNew to Visual Studio Code? Get it now.
farpy-language

farpy-language

FarpyOrganization

|
3 installs
| (1) | Free
Farpy programming language extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Farpy Language for Visual Studio Code

Support for the Farpy programming language in Visual Studio Code.

Features

  • Syntax highlighting
  • Code snippets
  • Auto-completion for keywords and types

Installation

You can install this extension directly from the VS Code Marketplace or via VSIX:

  1. Open VS Code
  2. Press Ctrl+P (or Cmd+P on Mac) to open the command palette
  3. Paste ext install FarpyOrganization.farpy and press Enter

Syntax Highlighting Features

This extension provides syntax highlighting for:

  • Keywords: new, mut, if, elif, else, fn, return, for, while, import, as, break, step, extern, start, end, struct
  • Types: int, string, float, i64, i16, void
  • Strings and numbers
  • Comments (line and block)
  • Operators
  • Function and struct definitions
  • Blocks extern "C"

Snippets

This extension includes useful snippets for:

  • Function definitions
  • Control structures (if, for)
  • Imports
  • Struct definitions

License

MIT

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