panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
173 stars 22 forks source link

Allow liquid variables to be looked in symbol search #177

Open davidwarrington opened 11 months ago

davidwarrington commented 11 months ago

I hope I'm using the right terminology with this title.

Basically with the default keybinds, doing cmd + shift + p, then beginning the search with @ allows you to go straight to variables in JS files. Currently in Liquid files we can also use this to find HTML elements, but it would also be nice to search assign tags too. Not entirely necessary as its easy enough to search assign my_variable, but just thought it'd be a neat addition

panoply commented 11 months ago

Agreed. I'll make action on this.