Features
- ✓ Syntax highlighting for 100+ languages
- ✓ Multiple themes (Monokai, Solarized, Dracula, etc.)
- ✓ Code folding, search & replace, auto-completion
- ✓ Multiple cursors, split view, and more
- ✓ Extensible with plugins and keybindings
Usage
- Include:
./ace/ace.js
- Set language:
editor.session.setMode('ace/mode/javascript')
- Set theme:
editor.setTheme('ace/theme/monokai')
- Available modes:
javascript, html, css, python, and 100+ more