IntelliJ IDEA Code Completion Tips
The CodeCompletion feature can suggest a name for a variable when you declare it.
For example, start typing private FileOutputStream and press
Ctrl+Space
Then it will display suggestion for customize name prefixes for local variables, parameters, instance and static fields in Your file.
Comments
Post a Comment