gpt4 book ai didi

javascript - 代码镜像 : how to indent the whole line when pressing tab?

转载 作者:行者123 更新时间:2023-12-02 06:00:32 25 4
gpt4 key购买 nike

我正在为 codemirror 创建一个新的简单模式。

我希望当用户按下“制表符”时,整行缩进(而不是仅将光标后的行部分“拆分”为两行)。

最简单的方法是什么?

注意:模式中不必定义相应的代码。任何其他方法(例如添加或配置)也可以。

最佳答案

只需将标签的键映射更改为缩进更多:

extraKeys: {
"Tab": "indentMore"
}

此解决方案也不会破坏选择缩进。

Fiddle

关于javascript - 代码镜像 : how to indent the whole line when pressing tab?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26462164/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com