Enhance your development experience with ForSure extensions for your favorite code editors.
Official Visual Studio Code extension with syntax highlighting, snippets, and validation.
Install directly from VS Code:
Or install from VSIX file:
Download VSIXroot:
# Main source code directory
- src:
- index.js { entry: true }
- utils:
# Utility scripts
- helpers.js
- date.js { timezone: "UTC" }
# Assets for front-end design
- assets:
- logo.svg
- css:
# Style sheets
- theme.css
# Documentation file
- README.md
Plugin for IntelliJ IDEA, WebStorm, PyCharm, and other JetBrains IDEs.
Install from JetBrains Marketplace:
Or install from disk:
Download PluginIf your editor doesn't have a dedicated package, you can manually configure syntax highlighting:
" Add to your .vimrc
au BufRead,BufNewFile *.forsure set filetype=yaml
au BufRead,BufNewFile *.fs set filetype=yaml
;; Add to your .emacs or init.el
(add-to-list 'auto-mode-alist '("\.forsure\'" . yaml-mode))
(add-to-list 'auto-mode-alist '("\.fs\'" . yaml-mode))
Associate .forsure and .fs files with YAML syntax highlighting in your editor preferences.
We welcome contributions to our editor extensions. If you'd like to improve an existing extension or create one for your favorite editor, check out our GitHub repositories.