Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Property Read/Write CodeLensNew to Visual Studio Code? Get it now.
Property Read/Write CodeLens

Property Read/Write CodeLens

Lepasoft

|
4 installs
| (1) | Free
Displays CodeLens read/write counts for class properties in JavaScript and TypeScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Property Read/Write CodeLens

A lightweight VS Code extension to display the number of 📖reads and ✏️writes for class properties in JavaScript and TypeScript files. Preview

Features

  • Read and Write Counts: Instantly see how many times a property is read or written.
  • Quick Navigation: Click on the CodeLens to view references directly.
  • Full Support: Works seamlessly with JavaScript and TypeScript.

Configuration

The extension works out of the box. Optional settings are available to customize the display:

  • Toggle visibility of read | write counts.
  • Customize emojis 📖 and ✏️ and text for CodeLens. Preview

Installation

  1. Open VS Code.
  2. Go to the Extensions tab (Ctrl+Shift+X).
  3. Search for "Property Read/Write CodeLens".
  4. Click "Install".

Usage

  1. Open a JavaScript or TypeScript file.
  2. CodeLens will appear above class properties, showing read and write counts.
  3. Click on the counts to navigate to the references.

Contributing

Contributions are welcome! Open an issue or submit a pull request on GitHub.

License

MIT

Changelog

see CHANGELOG.md

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft