Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以前找到过它,一个用于 javascript 的文本区域,具有自动完成和语法高亮。但我忘记了组件的名称是什么,我用谷歌搜索了它,但还没有找到任何运气。
它不是:
类似于这个:http ://esprima.org/demo/autocomplete.html
Check if this suits your needs
codemirror.net
Except if you are looking for a wysiwyg editor with javascript autocomplete and syntax highlighting. If thats the case the closest to that must be
tinymce.com