Hover feature
Get details about existing feature flags in your code
Example with Typescript SDK
For the Typescript SDK v3.0.0, the evaluation method is getFlag.
Overview
Depending on the SDK language and version, the autocomplete feature triggers after each flag evaluation method.
Suppose the feature flag captured exists in return for its information. if not the hover suggests creating it.
Updated 2 months ago