Skip to content

1.7.0

Compare
Choose a tag to compare
@hubwriter hubwriter released this 30 Mar 17:13
· 13 commits to main since this release
1124f37

@lucascosti extended the existing copy command to generate a reference for a reusable, variable, or feature flag based on the cursor's position:

  • If you're in a reusable file, this creates the {% data reusables.path.to.reusable %} reference and copies it to the clipboard.
  • If you're in a variables file and on a variable definition line, this creates the {% data variables.path.to.variablefile.variable-name %} reference and copies it to the clipboard.
  • If you're in a feature flag file, this creates a versioning tag like {% ifversion featureFlagName %}{% endif %} and copies it to the clipboard.
CleanShot.2023-03-30.at.12.11.01.mp4