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.
Unresolved Imports #779
Closed
Description
@Astrantia commented on Fri Mar 15 2019
from .common.desired_capabilities import DesiredCapabilities
from .common.action_chains import ActionChains
from .common.touch_actions import TouchActions
[Info - 1:57:57 AM] Microsoft Python Language Server version 0.2.23.0
[Info - 1:57:57 AM] Initializing for C:\Python37\python.exe
Extension compiled from master.
Clicking CTRL and hovering over DesiredCapabilities, ActionChains, etc will not resolve. from . import A
doesn't work in general with latest LS and latest extension
@Astrantia commented on Sat Mar 16 2019
@DonJayamanne can you reproduce this?
@Astrantia commented on Sat Mar 16 2019
This is critical because most modules are written like this, meaning that intellisense cant be used for those modules