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:
- Open VS Code
- Press
Ctrl+P (or Cmd+P on Mac) to open the command palette
- 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
| |