| Property Read/Write CodeLensA 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. ConfigurationThe 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. ContributingContributions are welcome! Open an issue or submit a pull request on GitHub. LicenseMIT Changelogsee CHANGELOG.md |  |