PTVS
PTVS copied to clipboard
Unchecked "Parameter information" still has signature help.
Describe the bug
Python 3.9 install from Microsoft Store Windows 10 Enterprise, Version 2004
Steps to Reproduce
- Create a Python Application.
- Type
import decimal
decimal.Decimal()
Expected behavior
Disable signature help.
Additional context and screenshots
In today's build the signature help is incomplete. Checked "Parameter information"
Build of Visual Studio: 17.1.0 Preview 1.0 [31827.299.main]
In today's build17.1.0 Preview 3.0 [32030.14.main]
, Unchecked "Parameter information" still has signature help.
In today's build ```17.2.0 Preview 1.0 [32119.255.main]``.
Checked "Parameter information" .
Unchecked "Parameter information" .
@ttSpace Does the bug still repro? Seems like the signature help behaves differently now than what's originally described in the issue. Thanks!
@StellaHuang95 In today's build 17.5.0 Preview 2.0 [33107.190.main]
, Python Package: 17.0.22305.8
, Checked and Unchecked "Parameter information" are the same.