javascript - 具有自动完成功能的基于浏览器的 Javascript/CSS 编辑器

标签 javascript css autocomplete editor

<分区>

有人知道基于浏览器的编辑器可以自动完成 Javascript 和 CSS 吗?我知道 typescript (http://www.typescriptlang.org/Playground/),但想要更完整的东西。

最佳答案

查看 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.

更多信息:http://codemirror.net/

关于javascript - 具有自动完成功能的基于浏览器的 Javascript/CSS 编辑器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14023328/

相关文章:

无论我写什么,jQuery 自动完成都会返回所有结果(json)

javascript - 设置 HTML5 Canvas 的背景填充、描边和不透明度

javascript - 一起使用 Jquery 分页和历史插件的最有效方式

html - Chrome 添加垂直填充以在不同计算机上选择选项

javascript - 当页面上有多个帖子时,如何使用 jquery 从帖子中的图片中获取 'src' 并使其成为该帖子的背景图片?

html - 使 SVG 图标获得 100% 的网格区域高度,而宽度服从纵横比

javascript - 在 emberjs 中访问 #each 中的索引

javascript - 找不到在 app/assets/javascript 中创建的 CoffeeScript 函数

Facelets 文件的 Eclipse 插件

emacs - 键入普通文本时具有自动完成功能的文本编辑器