No 'Show Quick Fix ' Option in ToolTip like it has on Webstorm
Answered
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?
Please sign in to leave a comment.
It should work the same in IntelliJ IDEA. Please share the screenshot and provide the sample/steps to reproduce.
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?
Use Alt+Enter, see https://www.jetbrains.com/help/idea/intention-actions.html.
But how can I get same tooltip interface I got on WebStorm in Intellij IDEA?
In IntelliJ IDEA this experimental feature is disabled by default and can be enabled by adding
in Help | Edit Custom VM Options and restarting the IDE.
Thanks its working, that feature helped me a lot.