IntelliJ autocomplete to replace the function name -


i've switched eclipse intellij , there couldn't find yet nor google:

how autocomplete replace name of function? in eclipse, ctrl+enter functionality.

for example,

usercontroller.setamount(); 

suppose not call setamount() setdefaultpassword(), place caret after set ctrl+space autocomplete, setdefaultpassword() shows if press enter, won't replace amount() , i'll end with

usercontroller.setdefaultpassword();amount(); 

so wanted replace setamount() setdefaultpassword().

press tab instead of enter select item, , identifier replaced. see http://jetbrains.dzone.com/articles/top-20-code-completions-in-intellij-idea


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -