java - Intellij IDEA 14 - Show intention actions (ALT+ Return) -


  1. call unimplemented method, highlighted red.
  2. place caret @ method , press alt+return.
  3. choose create method 'methodnamehere'.
  4. method body created right underneath invocation line of method.

question: how can set idea create methods/variables etc. in end of class?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -