D
D
Drovosek012019-02-11 19:14:17
Python
Drovosek01, 2019-02-11 19:14:17

VSCode how to enable function argument hinting in Python?

Let's say we have this code:

from PyQt5.QtGui import QPalette
palette = QPalette()
palette.setColor()

I would like to see by hovering over "setColor ()" or by pressing Ctrl + Space in parentheses what arguments the function takes. How to do it?
The Python extension from Microsoft is installed. VSCode version 1.30.2

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drill, 2019-02-11
@Drovosek01

Autocomplete and IntelliSense

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question