https://kotlinlang.org logo
Title
t

Tim

01/23/2020, 1:56 PM
does anyone remember when android studio, when using the key combo of Cmd/Ctrl + Shift + Up/Down, would move a line of code up or down manually? In some recent update it tries to make some assumptions on where u would like the code to go, like if the line enters in the scope of a function it would jump above the function. am i able to revert to the old functionality somehow
🔝 1
w

wasyl

01/23/2020, 2:36 PM
For me on mac the two different behaviors you describe are two shortcuts:
shift
+
option
+ up/down is strictly moving line up and down, while
shit
+
cmd
+ up/down tries to behave in a smarter way
👍 2
t

Tim

01/23/2020, 2:37 PM
omg thank you! i must have mixed them up
👍 2