RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
8 stars 1 forks source link

Show counters of how many snippets in the category #38

Closed usernamehw closed 3 years ago

usernamehw commented 3 years ago

Screenshot (460)

RandomFractals commented 3 years ago

good idea. I'll add it.

Thanks for this suggestion.

RandomFractals commented 3 years ago

@usernamehw actually, I can do that only for snippeet language and file nodes that are expended since unlike your snippets view extension, I don't load all snippets at once to ensure faster snippets view load and refresh.

RandomFractals commented 3 years ago

nope. I tried it and I don't like showing snippet counts in that tree view, even as description.

I just don't find that info very useful. Besides, vscode file explorer doesn't show files count for a directory either.

I think it's just extraneous information that doesn't provide much value, especially since I can't do it consistently for all snippet language and file parent nodes because I lazy load snippets on those nodes expend.