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

No definition found #74

Closed Dzsepetto closed 4 years ago

Dzsepetto commented 4 years ago

When i press f12 it says "No definiton found". Peek and hover just dont work. I tried everything but no success. The output says nothing. Help pls (win10)

EKtorMakras commented 4 years ago

I have the same issue too...

chackmool commented 4 years ago

He also the same. On osx

chanthapanya commented 4 years ago

you have to open your folder in vs code after that open your file then it will work, the reason why you have an issue is vs code doesn't know the address of your CSS file.

Dzsepetto commented 4 years ago

you have to open your folder in vs code after that open your file then it will work, the reason why you have an issue is vs code doesn't know the address of your CSS file.

Thank you, i wasted so many hours because of this. I thought i have tried everything but it seems i didn't check the easiest one.