Exccessive completion of argument list for functions and properties #15724
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
Environment data
python.languageServer
setting: JediExpected behaviour
Completion of standard
print
function:prin
->print
orprint()
Completion of NumPy array
shape
property:a.shap
->a.shape
Actual behaviour
Completion of standard
print
function:prin
->print(sep=..., end=..., file=..., flush=...)
Completion of NumPy array
shape
property:a.shap
->a.shape(value)
The text was updated successfully, but these errors were encountered: