vscode-less
vscode-less copied to clipboard
Find All References to a Symbol
http://code.visualstudio.com/docs/extensions/language-support#_find-all-references-to-a-symbol
Hmm, this feature requires knowledge about calls of Variables and Mixins.
First variant
Add this functionality to less-symbols-parser. But this package is designed for searching symbols declarations.
Second variant
Silly search in files using regular expressions. But we need to read all files in the workspace again.
It's not hard to add support for it. If it had the ability to find the definition so you can easily some code so that it can show the references.