Skip to content

blackstork-io/vscode-fabric

Repository files navigation

Fabric Extension for Visual Studio Code

This extension adds syntax highlighting for Fabric template files written in FCL.

Quick Start

To start writing Fabric templates with VSCode:

  1. Install Fabric. See documentation for the details.
  2. Install the Fabric Extension for VSCode.
  3. Open existing or new *.fabric file and verify that the language indicator in the bottom right corner of the window is set to Fabric.

Features

Syntax Highlighting

Fabric syntax highlighting recognizes language constructs like configurations, data and content blocks, attributes, etc.

VSCode syntax highlighting for Fabric

Installation

To start using the extension with Visual Studio Code, copy it into the <user home>/.vscode/extensions folder and restart Code.

Requirements

  • VSCode v1.86 or greater

Troubleshooting

  • If you find a bug or a problem with the extension, please create a new issue.
  • If you have questions about the extension, please post a message in Fabric Community Slack

Contributions are always welcome!

References

The extension is inspired by vscode-terraform and vscode-hcl.

See fabric-nvim for Fabric support in Neovim.