How to Code with Your Teammate on Atom Editor in Real Time [Collaborative Coding]




Assume in a scenario you are coding something and stuck in the middle, you want your co-worker’s assistance who is working from another place, in a second scenario, your client is behind you and you want to speed up the coding with the help of your teammate. How do you seek the help of your teammate in these scenarios? Well, the solution is “Collaborative Coding”.

Now the question is – how do you code collaboratively? And is it possible to code collaboratively in the real time? Yes, Atom Code Editor let you code together with your teammate in real time. Atom is the most popular open source code editor which let you share your workspace and code collaboratively with your co-worker.

Also read:

How to Code Collaboratively with Atom Code Editor?

Atom’s Teletype package makes “Collaborative code” possible, with this package you can share your Atom’s active tab to your teammate and work together. Both of you can code on different lines of code in real time as it supports multiple cursors. Here is how to install the Teletype package to Atom and code collaboratively on Atom Editor-

  1. Open Atom Code Editor and click on “Settings” under “File” menu
  2. Navigate to “Install” section, enter “Teletype” in the search box and click on “Packages” to search for the Teletype package
  3. Click on the “Install” button to install the Teletype package, you will get a new Teletype icon in Atom status bar in the right corner
  4. Now open the Atom tab which you want to share with your teammate and click on the Teletype icon, the Teletype popup appearsAtom teletype popup
  5. You will find the Teletype login link on the popup, click on the link which takes you to the GitHub login page, click on the “Sign in” button to sign in to GitHub (you need to sign up for GitHub if you don’t have the account there)teletype github login
  6. In the next screen, you will be asked to authorize the Teletype, click on the “Authorize Atom” button.authorize atom screen
  7. You will be provided a token, copy the token and paste it in the Atom Teletype popup and click on the “Sign in” button. Login to GitHub and authorizing Atom is a one-time process, ask your teammate to follow the same steps. Now you are ready to share your screengithub token
  8. Now let’s share your active tab to your teammate, click on the share toggle button from the Teletype popup and copy the invite URL, share the invite URL to your teammate and ask him/her to join the portalAtom share portal
  9. Ask your teammate to click on the Teletype icon in Atom editor and click on “Join a portal”, then enter the invite URL provided by you in the input box and click on “Join” button.

That’s it, your teammate can now access your Atom active tab and you both can code together on the same workspace.

Atom is Awesome 😊

 



Article by Shrinivas Naik

Hi, This is Shrinivas I am a web developer and WordPress enthusiast. I am also a hobby blogger who loves to write about WordPress, web tools, blogging and technology.


8 comments on “How to Code with Your Teammate on Atom Editor in Real Time [Collaborative Coding]

Leave a Reply


This function has been disabled for TechSini