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.
我目前正在使用 CodeMirror 作为基于浏览器的代码编辑器,但真正让我烦恼的是它缺乏真正的选项卡。它使用空格而不是制表符,我只是无法让我的代码像桌面编辑器那样干净。
有没有更好的编辑器?它可以是基于 DOM 或 Javascript 甚至是特定于浏览器的,只要它给我真正的标签!:)
PS。我看过 Ace,它看起来应该可以完成这项工作,但我似乎无法让真正的标签工作 - 有人试过吗?
干杯,
克里斯。