/vscode-togglecodelens

Toggles CodeLens in Visual Studio Code. Useful for keybinding to a shortcut

Primary LanguageTypeScript

vscode-togglecodelens

NOTE: This extension is no longer maintained. Checkout Setting Toggle for similar functionality.

Simple extension to allow the toggle of the editor.codeLens setting inside settings.json for VS Code.

alt

Features

This extension toggles editor.codeLens item in settings.json between true and false. This allows you to Enable and Disable CodeLens with ease while writing code without having to open your settings.json.

alt

Tip: Keybind extension.toggleCodelens for easy access.

alt

Installation

Notes

Consider making a backup of settings.json.

  • Windows: %APPDATA%\Code\User\settings.json or %APPDATA%\Roaming\Code - Insiders\User\settings.json
  • Mac: $HOME/Library/Application Support/Code/User/settings.json or $HOME/Library/Application Support/Code - Insiders/User/settings.json
  • Linux: $HOME/.config/Code/User/settings.json or $HOME/.config/Code - Insiders/User/settings.json

Thanks

This extension is basically a fork of jsturtevant's vscode-softwrap.

Changelog

  • 1.0.3 - 2017/01/30
    • Inital Release

License

This extension is licensed under the MIT License.

Enjoy!