user1636853
user1636853

Reputation: 49

What Code Editor Does Codecademy Use?

I've been doing some courses on the Codecademy website and I found their code editor very useful.

Does anyone know what their code editor is called so I can download it and use it?

Upvotes: 4

Views: 11551

Answers (4)

Jaime
Jaime

Reputation: 166

You can't download it. Woo-hoo! It's a new editor now. Now you can!

However, Aptana and Eclipse are both nice IDEs you can download and run off-line for web development. If you're online, Cloud9 and jsFiddle are both cool in-browser IDEs to check out.

Upvotes: 4

Zag
Zag

Reputation: 11

Code Academy uses the "Tomorrow Dark" Theme. You can get it for various text editors including Notepad++ and Sublimetext here:

https://github.com/ChrisKempson/Tomorrow-Theme

Upvotes: 0

hynerd
hynerd

Reputation: 7

It's called Labs, and can be found at labs.codecademy.com

Upvotes: -1

Murat Çorlu
Murat Çorlu

Reputation: 8545

It's Ace Editor. You can use it by embedding your webpage. It's open source.

Upvotes: 11

Related Questions