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.

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.

Installation
- Open VS Code.
- Go to the Extensions tab (Ctrl+Shift+X).
- Search for "Property Read/Write CodeLens".
- Click "Install".
Usage
- Open a JavaScript or TypeScript file.
- CodeLens will appear above class properties, showing read and write counts.
- 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
| |