pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
145 stars 32 forks source link

Excluding React Component #68

Closed VimLeSai closed 4 years ago

VimLeSai commented 5 years ago

When i click on React componet then it should open the that file or componet according to another installed extension. But what's happning is after installing it shows css file on click of components. it should only work when click on className or class in file.

pranaygp commented 4 years ago

Fixed in version 3.3.1

pranaygp commented 4 years ago

for the record, it will still show css matches for lowercase components like <div ... or <h1 ... but I excluded CSS Peek from returning anything when clicking on <Component ...