Is is possible in PhpStorm/IntelliJ IDEA for two (or more) programmers to work on the same project simultaneously, i.e. editing the same files at the same time? Imagine something like http://collabedit.com/, but in IDE.
When we start new projects, we would like a programmer and coder to sit to each other and edit the same files simultaneously, i.e. the programmer writes PHP code while the coder writes templates, both can look into each other's code and make some small changes where necessary.
We tried opening the same project via mounted drive on second computer, but Idea was confused and often happened, that the older version got flushed to disk and thus we lost our changes. Also, it's not possible to edit the same file simultaneously.



I'd suggest having both programmers work against a shared git repository and perform frequent pushes/pulls into/from it.
Its not as fast of a process like working with the same set of files, but it's guaranteed that nothing will be lost.
Also, maybe the following plugin is worth looking into it.
IdeTalk lets you work semi-interactively. See what you can do from its context menu: