1

Is there a free way to use IntelliJ when pair-programming?

My question is similar to this question which is 10 years old with Remote Pair Programming in IntelliJ but I was hoping for a more updated answer since many links like screenhero on that question are now broken. I use special libraries that only exist in IntelliJ so using VSC Liveshare is out of the question.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Coder
  • 1,175
  • 1
  • 12
  • 32

2 Answers2

2

IntelliJ IDEA now officially supports remote programming by the Code With Me plug-in.

See more in Code With Me Adds Support for JetBrains IDEs v2020.3 post.

Andrey
  • 15,144
  • 25
  • 91
  • 187
1

There is a plugin called CodeTogether

BenjaminD
  • 488
  • 3
  • 13
  • I'll add that [CodeTogether](https://www.codetogether.com) not only works with all IntelliJ-based IDEs, it also works with VS Code, Eclipse, and all IDEs based on those as well. – Todd Williams Feb 25 '21 at 17:21