If you run into troubles, got a suggestion, or issue, please e-mail editor@webtigerteam.com
JavaScript
JavaScript is a fun and fast dynamic scripting language, most famous for running in web browsers. In recent years JavaScript has become a very popular general purpose programming language, used for everything from web apps, games, servers, robots, and embedded computing.
This editor is specially made for programming JavaScript. And has integrated Node.JS support.
The editor itself is of course made (using this editor), in JavaScript and Node.JS.
This editor parse the JavaScript code at every key stroke, which allows for some of the following features:
- Make sure your code is always properly indented
- Context aware auto-complete.
- A function list
- Highlighting common mistakes
- Show console.log() messages and errors inline (in the editor)
- The parser also understands HTML, CSS, PHP, and Classic ASP, so you can mix those.
The code is incrementally parsed to achieve less then 1ms latency between input and render.
The editor provide auto-complete from the statically parsed code, but also dynamically from live code when in preview mode.