VS Code extension
The VS Code extension adds context to your features directly into your codebase.
Getting started
This extension needs to connect to Unrevealed to work properly.
- Login to Unrevealed
Open the command palette (cmd + shift + p
), search for Unrevealed
and select Unrevealed: Login
- Configure your workspace
This extension relies on unrevealed.config.json
to load your features. You can use the Unrevealed CLI to generate it for the first time
npx unrev init
Usage
Once configured, whenever you hover the key of a feature that exists un Unrevealed, you'll see details about that feature: its name, current stage, description, and a link to open that feature on Unrevealed.
Reloading the extension
This extension fetches features only once by default. When making changes to unrevealed.config.json
, or if you've created new features on Unrevealed after opening VS Code, you can reload that list by running the Unrevealed: Reload features
from the command palette.