No 'Show Quick Fix ' Option in ToolTip like it has on Webstorm

已回答

When for instance, in the code there's a warning that WebStorm has underlined, I can hover on the word and a tooltip appears with the warning message and an Quick fix and 'more actions' links at the bottom also mentioning there keyboard shortcut. There is also a three dot icon on right corner that when clicked shows two options ,[Show Quick Fixes],[Show Inspection Description]. 
But I cant see these a little advanced feature in Intellij IDEA. Is it that IDEA doesnt have the feature or is it disabled somewhere?

0

It should work the same in IntelliJ IDEA. Please share the screenshot and provide the sample/steps to reproduce.

0
Avatar
Permanently deleted user

Ok here goes the screenshot 

I am loading same project on both WebStorm and IDEA .

On Webstorm

 

 

In case of IDEA ,

 

 

The tooltip that Webstorm have is too easy to use. What settings am I missing?

0
Avatar
Permanently deleted user

But how can I get same tooltip interface I got on WebStorm in Intellij IDEA?

0

In IntelliJ IDEA this experimental feature is disabled by default and can be enabled by adding

-Dide.tooltip.show.with.actions=true

in Help | Edit Custom VM Options and restarting the IDE.

1
Avatar
Permanently deleted user

Thanks its working, that feature helped me a lot.

0

请先登录再写评论。