A shared online code viewing tool with syntax highlighting?
I work with another developer on projects and sometimes we are chatting about them via IM. We can dropbox stuff back and forth, but it w开发者_运维问答ould be nice to have like an interactive version of pastie / google docs where we could see the same code and edit it together with syntax highlighting.
I know Cloud9IDE has something like this, but I am looking for a real-simple, realtime (if possible), shared textarea with PHP syntax highlighting. Does that exist?
UPDATE This is what i was looking for: http://collabedit.com/
http://collabedit.com/
is probably what your looking for.
ShiftEdit will be helpful in this case.
This seems like a great solution: http://phpanywhere.net/overview/
I haven't tried it, They should have real time collobration soon, but you can share and work on projects togheter with this.
I find github is pretty cool for collaboration between developpers. This is a very personnal opinion though, some of the friend developpers I have never got into using git so that is a show stopper with this platform. It may not be what you had in mind, though.
Don't know about the realtime-edit, but have look @ https://join.me/ to share screens
Don't forget codepad, it allows your code to be tested online.
http://codepad.org/
精彩评论