Skip to content

unrevealedtech/unrevealed-vscode

Repository files navigation

Unrevealed

Unrevealed is a workflow based feature management solution that makes developing, testing and releasing features a smooth ride.

This VS Code extension adds context about the state of your features directly into your codebase.

Hover example

Getting started

This extension needs to connect to Unrevealed to work properly.

  1. Login to Unrevealed

Open the command palette (cmd + shift + p), search for Unrevealed and select Unrevealed: Login.

  1. 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.

About

Unrevealed VS Code extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published