vscode-python-snippet-pack
vscode-python-snippet-pack copied to clipboard
anyway to give priority to showing module or class methods/functions?
when i type 'module.', i want to see the functions or variables defined in that module. instead i see whole set of other builtin/low level object methods such as '.add, .append, .capitalize, etc...'.
Thanks