Jeff Dwyer
Posted on November 17, 2023
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.
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.
Posted on November 17, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.