vscode-less icon indicating copy to clipboard operation
vscode-less copied to clipboard

Find All References to a Symbol

Open mrmlnc opened this issue 9 years ago • 2 comments

http://code.visualstudio.com/docs/extensions/language-support#_find-all-references-to-a-symbol

mrmlnc avatar Oct 30 '16 00:10 mrmlnc

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.

mrmlnc avatar Oct 30 '16 14:10 mrmlnc

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.

minkir014 avatar May 19 '19 16:05 minkir014