Dan
Dan

Reputation: 57

WebStorm shortcut for object inspector popup

While debugging in WebStorm if you hover over an object you get this tooltip:

enter image description here

If you click on the tooltip or press Ctrl+F1 you get an object inspector pop up:

enter image description here

Is there a shortcut for getting this popup?

Ctrl+F1 only works after you hover over the object and the tooltip appears. I'd like to be navigate the cursor to an object and then use a shortcut to get the popup.

Upvotes: 0

Views: 68

Answers (1)

Darek Kay
Darek Kay

Reputation: 16649

It's Ctrl + Alt + F8 (Quick evaluate expression)

Upvotes: 2

Related Questions