Setup Mention Highlights banner
civitai civitai

Setup Mention Highlights

Development community

Description

# Setup Mention Highlighter Command Sets up VS Code mention highlighting configuration for markdown files. Creates or updates the necessary VS Code workspace files to highlight @dev, @ai, and other @ mentions. ## Recommended Workflow ### 1. **Check to make sure highlighting is setup**: ``` .vscode/ ├── extensions.json (created/updated) └── settings.json (created/updated) ``` `.vscode/extensions.json` should recommend this extension: ```json { "recommendations": [ "fabiospampinato.vscod

Installation

Installs to ~/.claude/commands/civitai-civitai-setup-mention-highlights.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/civitai/civitai/HEAD/.claude/commands/setup-mention-highlights.md -o ~/.claude/commands/civitai-civitai-setup-mention-highlights.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository