You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/setup/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Programmers use **text editors** to write code. You could use [Notepad](https://
20
20
-**Project navigation and tabs** helps you move between the different files in your project.
21
21
-**Auto-completion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
22
22
23
-
We recommend you use **[Atom](https://atom.io/)** at codebar. It's free, open source, and runs on Windows, Mac, and Linux. **[Sublime Text 2](http://www.sublimetext.com/)** is another popular choice. It's free to download & use for as long as you like (though it will nag you intermittently to buy it when you save your work), and it runs on Windows, Mac and Linux.
23
+
We recommend you use **[Atom](https://atom.io/)**or **[Visual Studio Code](https://code.visualstudio.com/)**at codebar. Both are free, open source, and run on Windows, Mac, and Linux. **[Sublime Text 3](http://www.sublimetext.com/)** is another popular choice. It's free to download & use for as long as you like (though it will nag you intermittently to buy it when you save your work), and it runs on Windows, Mac and Linux.
0 commit comments