ericsia / vscode-python-snippet-pack-2.0

Must have extension when using vscode with python.
https://marketplace.visualstudio.com/items?itemName=EricSia.pythonsnippets3
MIT License
30 stars 9 forks source link

Snippets pop up at incorrect times #27

Open GF-Huang opened 7 months ago

GF-Huang commented 7 months ago

gym is a module, it pops up a bunch of irrelevant snippets which does no good and only makes it difficult for me to find functions that belong to gym.

image

ericsia commented 7 months ago

gym is a module, it pops up a bunch of irrelevant snippets which does no good and only makes it difficult for me to find functions that belong to gym.

image

The way this snippet work is add the keyword. Vscode didn't provide option for snippet extension to label which snippet under which datatype. Example ".trim" for str I wish they provide this option, for now I can't think of any workaround also. Any idea?