A web based code editor meant to be used on your local development environment.
Clone this repository using
git clone --recursive https://github.com/vinnizworld/code_editor.git editor
Make code.txt
writable.
chmod 777 code.txt
cd editor
php -S localhost:8000
- PHP, HTML, CSS, JavaScript Compilation
- Quickly try code snippets
- SCSS Support
- Full Emmet integration
ctrl+enter
Compile code and see outputctrl+d
Remove current linectrl+shift+d
Duplicate current line
Feel free to try emmet awesomeness and ace keyboard shortcuts.