Intellisense没有识别python 3的类型提示

时间:2017-07-04 09:03:02

标签: visual-studio python-3.x intellisense type-hinting ptvs

我想使用Visual Studio并使用类型提示来查看intellisense,例如在函数参数列表中,来训练变量的类型。

enter image description here

这可以通过isinstance(param,type)语句来实现,但我想知道如果没有这些额外的声明我们是否可以让它工作:

enter image description here

注意:我已经尝试使用Visual Studio for Visual Studio的Visual Studio以及2017年初的Visual Studio Preview,它内置了python支持,但似乎都不喜欢类型提示。

1 个答案:

答案 0 :(得分:0)

确认后,此结果已按设计完成,请检查此项:Python 3.6: using type hints to describe a variable in the function argument list and the Quick Info of this variable display ‘unknown type’

Int19h:结果与目前预期一致,因为PTVS尚不支持驱动代码完成的类型提示。以下问题是跟踪该功能:#82