Reputation: 4404
I believe there is a shortcut in Spyder to open the current object (i.e. the object where the flashing text cursor is) in the Object Inspector.
What is it?
Upvotes: 3
Views: 5680
Reputation: 6726
Do you mean "inspect current object"? The default in the console is Ctrl+I.
Menu -> Tools -> Preferences -> Keyboard shortcuts and then find the name in the table in the right part of the window.
Upvotes: 2