A VS Code extension that provides language support for the Fire Programming Language developed by FlickSell Technologies LLP.
Features
- Syntax highlighting for
.fire files
- Custom Fire language grammar
- Schema Explorer
- Fire Files Explorer
- Integration with the FlickSell platform
- Auto-closing tags and brackets
- Emmet support for enhanced coding productivity
Installation
- Install the extension from the VS Code Marketplace
- Open a project containing Fire language files (
.fire extension)
- The extension will automatically activate for Fire files
Authentication
The extension requires authentication with your FlickSell account:
- Open the Command Palette (Ctrl+Shift+P)
- Run the command "Flicksell: Auth"
- Enter your FlickSell website URL (e.g., velvet.flicksell.com)
- Follow the authentication steps in the browser
- Enter the authentication code when prompted
Working with Fire Files
Fire Files Explorer
Access your Fire files through the dedicated Fire Files Explorer in the VS Code sidebar.
Schema Explorer
View and navigate your Fire schema through the Schema Explorer view container.
Available Commands
- Flicksell: Auth - Authenticate with your FlickSell account
- Refresh Fire Files - Refresh the Fire Files Explorer
- Show Fire Schema - Open the Fire Schema Explorer
- Refresh Fire Schema - Update the schema information
- Refresh Fire File Content - Reload the current file
- Save Fire File - Save changes to the server
- Add Folder - Create a new folder
- Add Fire File - Create a new Fire file
- Rename - Rename a file or folder
- Delete - Delete a file or folder
Requirements
- VS Code version 1.99.0 or higher
- Active FlickSell account
Extension Settings
This extension contributes the following settings:
[fire].editor.defaultFormatter : Set to fire-language-support by default
[fire].editor.autoClosingBrackets : Set to always by default
[fire].editor.autoClosingQuotes : Set to always by default
[fire].editor.autoClosingTags : Enabled by default
emmet.includeLanguages : Adds fire language with HTML support
Privacy
This extension stores authentication tokens locally in C:/flicksell_cli.
License
Copyright © FlickSell Technologies LLP
| |