Skip to content

Tomato CSS VS Code Extension v1.0.0

Latest

Choose a tag to compare

@srivtx srivtx released this 08 Jan 10:25
· 15 commits to main since this release

Tomato CSS - v1.0.0

πŸ… First release of the Tomato CSS VS Code Extension!

Features

  • βœ… Syntax Highlighting for .tom files
  • βœ… File Icons with tomato icon theme
  • βœ… Error Detection and diagnostics
    • Typo detection with suggestions
    • Invalid color shades warnings
    • Undefined component errors
    • Duplicate property hints
    • Unused component warnings
  • βœ… IntelliSense with autocomplete for:
    • Tomato CSS properties
    • Tailwind colors with shades
    • Defined components
    • Pseudo-classes
    • Media queries

Installation

Option 1: Download VSIX (Recommended)

  1. Download tomato-css-1.0.0.vsix from the Assets below
  2. Open VS Code
  3. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  4. Click the ... menu β†’ "Install from VSIX..."
  5. Select the downloaded file

Option 2: Command Line

code --install-extension tomato-css-1.0.0.vsix

What's Included

  • Syntax highlighting for Tomato CSS
  • Smart error detection and typo suggestions
  • Component autocomplete
  • Color validation
  • And much more!

NPM Package: @srivtx/tomato-css
Documentation: GitHub Repository