Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-monaco-editor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-monaco-editor

The default blueprint for ember-cli addons.

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

Ember-monaco-editor

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)}}

Sample

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.

monaco-editor

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

Keywords

FAQs

Package last updated on 24 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc