Skip to main content

Posts

Showing posts from November, 2018

IntelliJ IDEA Code Completion Tips

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.