I have been using eclipse for a while, now I'm using IntelliJ IDEA. There was a good feature in Eclipse that I would like to use it in IntelliJ. Here is the feature:
This is my variable name: int myVariableName;
when I use this (Ctrl+Backspace) shortcut end of the variable (Cursor is next to letter 'e') name variable becomes -> int myVariable;
so it deletes until capital letter in eclipse. (this is what I want, it deletes separately by capital letters)
The issue in IntelliJ is that it deletes all variable names, so I need to re-write again. Where can I customize this setting?