Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Suno Tagging KitNew to Visual Studio Code? Get it now.
Suno Tagging Kit

Suno Tagging Kit

Kiba's Kingdom

|
9 installs
| (0) | Free
Syntax highlighting, autocomplete, validation diagnostics, and scaffolding snippets for Suno lyrics (*.lyrics) and style metadata (*.suno).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Suno Tagging Kit (VS Code)

Provides:

  • Syntax highlighting for *.lyrics and *.suno
  • Autocomplete for bracket tags, KV tags, genres, tempo, voice tags
  • Validation diagnostics (unknown tags, unclosed brackets, KV format, BPM sanity)
  • Scaffolding snippets for quick document creation Note: The grammars emit distinct syntax scopes for sections, cues, KV keys/values, BPM, and comments so themes can color each element type distinctly.

Install / Run locally

  1. npm install
  2. npm run watch
  3. Press F5 in VS Code to launch Extension Development Host

Usage

  • Create a file like my_song.lyrics and use bracket tags like [Verse], [Chorus], [Mood: Dark].
  • Create a file like my_song.suno and write a prompt line + optional bracket tags.
  • Type suno:lyrics:scaffold or suno:style:scaffold to insert templates.

Customizing tags

Edit data/tags.json. That catalog drives autocomplete + validation.

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