DEV Community

Cover image for VSCode Plugin For Feature Flags
Jeff Dwyer
Jeff Dwyer

Posted on

VSCode Plugin For Feature Flags

There's nothing like a cool editor extension. I'm so excited that I can edit feature flags right in VSCode. We thought about what would be cool and here are 3 things we came up with:

Autocomplete for Feature Flags: No more typos leading to bugs! Get suggestions for flag names as you type.

Hover to Know: Curious about a feature flag's status? Just hover over it in your code to see its current settings.

Personal Overrides: Test flags in your local setup without messing with the team's settings.

Autocomplete feature flag names

If you're interested to learn how we did this, check out Hands-On LSP Tutorial: Building a Custom Auto-Complete which takes you step by step through adding an autocomplete of your own to VSCode.

Top comments (0)