CodeBrush
CodeBrush
Features:
This editor supports following programming languages and file extensions:
  • HTML and XML (.html, .htm, .xml)
  • CSS (.css)
  • JavaScript (.js, .json)
  • Python (.py)
  • Go (.go)
  • Ruby (.rb)
  • There are provided hints and completions for almost each of the supported programming languages. You can access them by pressing any of the  Alt  keys when you are in the editor. There are no hints provided only for .xml and .go files.
    You can search for the specific word in your file by pressing  Ctrl  +  F  on your keyboard while you are in the editor!
    You can jump to the specific line in your file by pressing  Alt  +  G  on your keyboard while you are in the editor!
    There are implemented interface for showing warnings and checking errors. This feature will work only for .js, .json and .css files.
    You have the possibility to hide pieces of code you don't edit at moment or reveal them if you want to look at them by clicking on an arrow next to line numbers.

    The file name should contain just name and extension (no whitespaces, no special characters), for example main.py. Check available file extensions in Features menu (Languages section).

    The file must be named
    ./script.js

    keep in mind:

    • Every time you make a new file, it will be saved and you can see all of your previous files by clicking on History icon above the header in the right corner.
    • Every time you make a change in any of your files, it will be saved automatically.
    • The editor is optimized for mobile phones and tablets as well, but it is mainly made for computers and laptops. Some of the editor features won't work on mobile devices.
    • Files with .xml and .json extension cannot be compiled.
    • Every time you want to see this info again, just click on a button above the header in the left corner.