Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Simple File VerificationNew to Visual Studio Code? Get it now.
Simple File Verification

Simple File Verification

idleberg

|
727 installs
| (0) | Free
Language support for SFV files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-sfv

Version Visual Studio Marketplace Installs Open VSX Downloads Build

Syntax highlighting for SFV files (see Simple File Verification). Also supports extended SFV files (.sfvx) as introduced by sfv-cli.

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.sfv

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.sfv

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/sfv-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.sfv

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as sfv:

$ git clone https://github.com/idleberg/vscode-sfv sfv

Related

  • atom-language-sfv
  • sublime-sfv

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

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