This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
from ... import ... statements goes to package only #302
E.g. if I have
from . import moduleorfrom pkg import moduleand I try to navigate tomoduleI get sent topkg/__init__.pyinstead ofpkg/module.py(which I would expect and does work if I "Go to Definition" onpkg/.).This is with MPLS 0.1.50.