5

Javascript と CSS のオートコンプリート機能を備えたブラウザー ベースのエディターを知っている人はいますか? タイプスクリプト (http://www.typescriptlang.org/Playground/) は知っていますが、もう少し完全なものが必要です。

4

2 に答える 2

5

Check out CodeMirror

CodeMirror is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation.

A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.

More info: http://codemirror.net/

于 2012-12-24T15:53:34.237 に答える
3

Cloud9 IDE もかなり気の利いたものです。https://c9.io/

于 2012-12-24T16:22:17.180 に答える