What keyboard shortcut can invoke help on the input function. So, help would be displayed in the course of entering the function.

  • function_name? Press Ctrl+Enter . To see the source code - function_name?? press Ctrl+Enter - MaxU
  • one
    @MaxU, it seems to me that the question is rather that in the tooltip in the input process you should see the "prototype" of the function, its accepted parameters, for example. By the way, I am also interested) - insolor
  • @insolor, you can type the name of the function module, and press Shift+Tab - MaxU

1 answer 1

You can enter the name of the function or module, press Shift+Tab :

enter image description here

The hint window can be increased by clicking on the + in the upper right corner of the hint window:

enter image description here

  • Please tell me how to make a hint of class methods, when you write a class, the list of all methods immediately appears - Engineman