How to disable autoinitializing fields and showing fields from visibility scope ?

Answered

After the update, IDEA began to initialize the fields itself and show me fields outside the visibility zone as available, how can I disable this and return it as it was in version 2023? A dont want to see fields from try block for example. If I select a field from the try block it will also be initialized, how can I disable this?

 

0
1 comment
Hi Vsevold,

Can you share a full code snippet for this? However, the inside try-catch name suggestion can't be closed, you can just click the Tab key to select the first variable.
0

Please sign in to leave a comment.