I'm a Python beginner. How do I turn off this prompt?

I'm a Python beginner. How do I turn off this prompt?

Thanks.

0
1 comment

Hi Heart6eats, what you’re seeing is the parameter tooltip that appears while typing a function call. Please try the following options for PyCharm to disable it:

- File | Settings | Editor | Code Editing > uncheck Show quick documentation on hover

- File | Settings | Editor | General | Code Completion > uncheck Show the parameter info popup in ... ms or set delay very high

0

Please sign in to leave a comment.