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 中试验文本注释。
TextMarker使用和 和有什么区别Mode?
TextMarker
Mode
似乎两者都可以完成,但ModeAPI 似乎更复杂。
是否有显着的性能改进Mode?
是的,通过模式突出显示是按需计算的,而使文档中的所有文本都具有正确的颜色需要您自己完成,并在文档更改时自行更新。对于大文件,这将非常昂贵。