feature suggestion/request

this is one thing i do often:
inside a method or class, i begin with val x = something
then the statement gets more complex:

val x = {
  some lines
}

since extract variable and extract method are both implemented - although extract method seems to skip a few steps compared to the java implementation and ignores parameters so far - it should not be that difficult to implement a quickfix to move the declaration and initalization into a private method.

0

Please sign in to leave a comment.