pranaygp / vscode-css-peek

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

changing name of class in peak makes new class unrecgnizable #125

Closed CMQNordic closed 1 year ago

CMQNordic commented 2 years ago

Open peak for a class (right click and choose from list) In peek change name of the class (old name still visible in editor as expected) Close peak (old name still visible in editor as expected). Go to definition on old class name in editor. (strong but it works...but it not the main problem) Navigate back to editor will old class. change the class name to new one. Now the Go to definition do not work.

It is common user case to peak. change some values (inclusive name of class) and then in editor editor update the name to new name. Reproduced it 3 times. disable/enable extension do not help but uninstalling and reinstalling extension helps and work as expected with new name.

Can you fix this?

pranaygp commented 1 year ago

This has been fixed in version v4.3.4