Omlet for VS Code
Guide to help you get started with Omlet's VS Code extension.
Last updated
Guide to help you get started with Omlet's VS Code extension.
Last updated
Omlet for VS Code provides real-time insights into your React components directly within your editor—allowing you to monitor component usage, analyze prop values, visualize dependencies, and identify unused elements.
You can install the extension from VS Code marketplace: 🔗 Install Omlet for VS Code
Once the extension is installed, you can open a React project to get started. The extension will automatically run when it detects any .js
, .ts
, .jsx
, or .tsx
files.
Any issues or feedback? Reach us at support@omlet.dev, or ping us on Discord.
Select a line where a prop is defined to see how many times it’s used across the codebase. Hover over it to get a quick breakdown of the values passed.
Click on a prop value to see exactly where the component is used with that specific prop-value combo.
The extension analyze the usage only within the repo opened with VS Code. For advanced scanning capabilities beyond the extension, you can use Omlet CLI to scan multiple repositories and set up your Web dashboard. Get started with a tutorial.
We plan to provide more insights in the editor, integrate it further with Omlet’s Dashboard, and introduce linter-like capabilities. Feel free to tell us more about your experience with the extension and share any feedback at hi@omlet.dev.