Question
Is there anything special about the Codecademy editor?
Answer
Yes! When you write code, you need to use a text editor like the one here on Codecademy, rather than a word processor like Microsoft Word. When you go off on your own and write code on your computer, there are lots of free options available, like Atom or Sublime Text. The key difference between text editors like these and word processors like Word is the formatting. Word processors like Word save a lot more than just the text you type; they save font style, font weight, font size, formatting - all kinds of settings. This causes issues when trying to compile and execute a piece of code, which is why we use plain text editors that don’t write anything but the text.
13 Likes
which text editor is this one used in Codecademy?
Codecademy uses it’s own text editor. It cannot be used outside their website and has certain limits to it’s functionality when it comes to more advanced code. If you’re looking to code outside of the Codecademy site, look into one of the many free(or paid) text editors available on the internet.
2 Likes
yeah I wish it was downloadable
1 Like
I sometimes use Brackets and TextWrangler to manage text; both are free. But the Codecademy editor is very convenient and built into the lessons, allowing you to remain in one browser window. There are many other editors that people use such as TextMate, UltraEdit and Sublime.
2 Likes
Appreciate the answers to all queries. My OCD is kicking in. Its…not it’s. Keep up the great work.
There are lots of them, but I personally use VSCode
1 Like