Largo / annotationVSCodeExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

annotateToggle README

Features

This extension provides a toggle command to hide and show the annotations used by the ruby on rails annotate gem.

Requirements

Extension Settings

This extension contributes the following settings:

  • annotateToggle.annotateTogglesVisible: Specifies whether the annotateToggles are visible or hidden. Is changed by the the toggle command

Known Issues

Release Notes

[0.0.5]

  • Don't jump to beginning when focusing file.

[0.0.4]

  • Don't fold tabs in the background
  • set the toggle status globally instead of per workspace

[0.0.3]

  • Fold and unfold tabs in the background when tabbing

[0.0.2]

  • Fold other open tabs too
  • Allowing the simultaneous folding of multiple windows. Also make sure the folding works correctly on startup.

[0.0.1]

  • Initial release

About

License:MIT License


Languages

Language:TypeScript 86.6%Language:JavaScript 13.4%