Missing inspection resolve suggestion in 9.0 CE
Hi,
If I write a new parameter for constructor IDEA does not suggest to create a corresponding field, just suggests to remove the parameter.
Is this suggestion removed in 9.0 CE? It is in 8.1.4.
Regards.
Please sign in to leave a comment.
Works for me. I am using the Ultimate Edition, but I think all Java intentions should be available in CE, too.
Please check if the intention is enabled:
Settings -> IDE Settings -> Intentions -> Declaration -> Create Field for Parameter
Martynas Lelevicius wrote:
Thanks.