NOTE: for a more up to date version see https://github.com/mike-north/ember-monaco
NOTE: this is still work in progress. I need to address a conflict with the AMD loader and loader.js before releasing 0.1.0.
An ember wrapper for the monaco-editor (vs code's editor). From the monaco-editor's README "The Monaco Editor is the code editor that powers VS Code, a good page describing the code editor's features is here".
{{monaco-editor language="javascript" code=code
onChange=(action codeChanged)}}
It's simply VS Code. Keybindings work as well as other features. For example, cmd+d for multiple selections and multiple edits, intellisense, find all references, etc.
git clone
this repositorynpm install
bower install
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.