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

python snippets don't show up in snippets viewer #90

Closed xsjad0 closed 1 year ago

xsjad0 commented 1 year ago

Hi guys, thanks for the great extension! I'm using snippets a lot and this helps me to inspect & use all my snippets quickly.

The only thing is that I can't see python code snippets

grafik

After setting the option "show only active editor language snippets" the python snippets appear

grafik

but I really like to show all available snippets and just use the "focus on active editor snippets".

Can anyone confirm this behaviour? I'm using version 1.12.0

Thanks!

RandomFractals commented 1 year ago

@xsjad0 you should be able to see custom Python snippets for the extensions you have installed with or without .py editor focus.

image