pycscope
pycscope copied to clipboard
[feature request] Include install libraries when parsing
So we can jump to install libraries. That is useful.
Is this requesting to include libraries that are installed for python?
For example, when a program uses
import module
or
from module import definition