I have been using eclipse for a while, now I am using IntelliJ IDEA. Eclipse had a nice feature that I would like to use in IntelliJ. Here is the function:
This is my variable name: int myVariableName; when I use this (Ctrl + Backspace) shortcut to the end of the variable (the cursor is next to the letter "e"). The variable name becomes -> int myVariable; , therefore, it is removed to the capital letter in the eclipse. (this is what I want removed separately in capital letters)
The problem with IntelliJ is that it removes all variable names, so I need to write a record again. Where can I configure this setting?
java eclipse intellij-idea
user3671996
source share