pranaygp / vscode-css-peek

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

Support nesting classes in scss #27

Closed PixelT closed 4 years ago

PixelT commented 6 years ago

pranaygp commented 6 years ago

This seems like it's not a trivial fix (though it could be? ¯\_(ツ)_/¯) I just find the right location by getting all the symbols from the appropriate LanguageService:

https://github.com/pranaygp/vscode-css-peek/blob/master/server/src/core/findDefinition.ts#L53

I'm definitely happy to accept a PR for this 👍

pranaygp commented 4 years ago

Fixed in 4.0.0