- Enter your username and password, and click on
LoginorSign Up.
- Click on
Logoutat the top.
- At the top, either click on
HomeorMy Filesand click onCreate new fileorNew File, or go to https://codingiscool.ruiwenge2.repl.co/create. - Enter the name of the file. A new tab will open, which is where you will edit the file.
To see and access all of your files, click on My Files at the top, or go to https://codingiscool.ruiwenge2.repl.co/files. You can sort your files by newest first (the default), oldest first, alphabetical order, or reverse alphabetical order. If you can't find your file, you can search for it. Below the name of a file are a few actions: edit, view, download, rename, and delete.
You will edit your file in the editor. Below are some features.
To see all the settings, press Control/Command + ,. By default, it will have autocompletion enabled. You will be able to turn off autocompletion, change the theme, font size, tab size, as well as many others.
There are three ways to save all of your changes to the file. One way is to can click on Save Changes. You can also right click and click on Save Changes. Or simply press Control/Command + S.
To view your file in a new tab, click on Open in new tab, or right click and click on Open in new tab. For HTML files, you will be able to see your page, and you can also share that link with other people.
CodingIsCool allows you to run Python code. To start, create a Python file. To run the code, click on Run Code, or right click and click on Run Code. The keyboard shortcut to run the code is Control/Command + Enter. All of your changes will be automatically saved. A new tab will open, and the code will run there. You can also share the link so other people can run the code too.