Remote Pair Programming in IntelliJ

前端 未结 8 1967
孤独总比滥情好
孤独总比滥情好 2021-02-01 13:27

Is there a way to use IntelliJ when pair-programming? It would be nice to have the option in v7 and v8 but I would upgrade to v9 if needed.

The question is a bit like thi

相关标签:
8条回答
  • 2021-02-01 13:44

    For simple working from home, I can start a vncserver session on my box at work, then start vncviewer to connect to that session, start up all my design tools (including IntelliJ). When I get to work, I connect to the corporate network and run a second instance of vncviewer. I'm not sure what the limits are, but I've had vncviewer running on both my laptop and my (work) desktop before, with the input from both keyboards and mice fighting it out. I've never done pair programming, but I thought the idea is two sets of eyes/fingers but on monitor/keyboard. Add skype and you may have all you need.

    0 讨论(0)
  • 2021-02-01 13:53

    About nine years too late for OP, but others interested can try CodeTogether - available now for IntelliJ, Eclipse and VS Code. Participants join in a browser, but get a full IDE-like experience with IntelliSense, validation, reference searches, navigation, etc. The JetBrains Plugin registry link is here and here's a short video.

    Full disclosure: I work for Genuitec, makers of CodeTogether.

    0 讨论(0)
  • 2021-02-01 13:55

    A good alternative to VNC is screenhero. It's very lightweight, but unfortunately does not support Linux.

    Floobits creates a pairing session at the IDE level. It supports many popular IDEs from IntelliJ, Eclipse, to emacs.

    0 讨论(0)
  • 2021-02-01 13:55

    There is an effort to bring the Saros Eclipse plugin to the IntelliJ platform:

    www.saros-project.org

    Saros for IntelliJ - the plan

    0 讨论(0)
  • 2021-02-01 13:55

    If you can switch to Eclipse you can try: http://www.eclipse.org/ecf/

    Here you have some screenshots: http://wiki.eclipse.org/DocShare_Plugin

    For idea, the most I can think of is: http://www.jetbrains.com/idea/webhelp/idetalk.html

    0 讨论(0)
  • 2021-02-01 14:01

    This tool looks promising. It's called Floobits and here is a link to an IntelliJ Idea blog post about it. Let's you conference, share code, and even edit the same file at the same time.

    0 讨论(0)
提交回复
热议问题