Please avoid focus jumping between IDE panels

This often happens to me when typing in the IDE terminal and a background job finishes. Terminal looses focus, focus switches to an editor tab and you end up typing whatever you were typing at some random place in the source code.

 

Happens in all IDEs but seems to be particularly prevalent in GoLand when go modules are synced after startup or a git pull. It's very annoying. Would it make sense to never change focus other than through explicit user action (mouse click)?

2
2 comments
Official comment

Hm, looks similar to this issue: https://youtrack.jetbrains.com/issue/GO-7572. We will try to fix this as soon as possible, thank you for reporting.

Yes, this one is similar. Thanks for looking into this.

0

Please sign in to leave a comment.