ide - Android Studio annoying line pasting issue - Stack Overflow

I'm having troubles with Android Studio after switching to a new pc. When I'm trying to paste

I'm having troubles with Android Studio after switching to a new pc. When I'm trying to paste a whole line at the end of another one, it's inserted on a line above the one, the caret is standing on

For example, in this code:

val foo: Foo = Foo()
val bar: Bar = Bar()

If I place the caret on the val bar: Bar = Bar() line and press Ctrl+C I'm saving the line to clipboard. Then I'm placing the caret at the end of the val foo: Foo = Foo() line and press Ctrl+V and I'm expecting this:

val foo: Foo = Foo()val bar: Bar = Bar()
val bar: Bar = Bar()

But I get this instead:

val bar: Bar = Bar()
val foo: Foo = Foo()
val bar: Bar = Bar()

Please help

I tried searching google for any answers and only found one question with a totally opposite problem: How to paste on separate line in Android Studio?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745603647a4635548.html

相关推荐

  • ide - Android Studio annoying line pasting issue - Stack Overflow

    I'm having troubles with Android Studio after switching to a new pc. When I'm trying to paste

    15小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信