PTVS lxml 代码完成不起作用

PTVS lxml code completion does not work

我正在尝试使用 lxml 包来解析 XML 文件。 简单的代码在 python 解释器中运行良好。 但是,PTVS 代码完成不会显示任何关于包的信息。
因此,我必须通过查找 API 文档来找到所有内容。感觉我用的是文本编辑器而不是 IDE.

from lxml import etree
etree.parse(path)

我可能会遗漏一些导入包的东西吗?

版本:
Windows 10 & VS2017 & 蟒蛇 4.4.0 & Python 3.6 & lxml 3.8.0

我向 PTVS github 问了这个问题,这里是 answer

PTVS 在分析某些库时出现问题。

There are a variety of issues relating to analysis not correctly understanding certain libraries. This issue is to collect those reports and spin them off into properly researched and understood tracker items.