Ben Rubin
Ben Rubin

Reputation: 7341

Can Spyder show object documentation on hover?

Is there any way to get Spyder to show a popup tooltip when I hover over a function name, similar to the Visual Studio Code example below?

enter image description here

Spyder is showing a popup intellisense (or whatever the comparable term is in Spyder) window for code completion when I type an identifier and hit ., but I can't find a way to have it show function tooltips.

Upvotes: 0

Views: 362

Answers (1)

Carlos Cordoba
Carlos Cordoba

Reputation: 34156

(Spyder maintainer here) This functionality is already available and it'll be part of Spyder 4, to be released later in 2019.

Upvotes: 2

Related Questions