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.
我真的很喜欢Kite背后的想法——使用 WebKit 自己的协议进行远程调试。不需要代理套接字服务器或书签来连接网页(这就是swank-js的操作方式)。
该项目的自述文件指出风筝...
“启用...实时编辑网页”。
然而,虽然工作正常,但我不能在没有风筝划痕的情况kite-scratch下评估 defuns 或整个缓冲区。
kite-scratch
是否可以在 kite-scratch 以外的任何缓冲区中使用 Kite 评估 JavaScript?
它看起来像是kite-scratch-mode一种派生自 的模式javascript-mode,因此您可能只能M-x kite-scratch-mode用于启用kite-scratchjavascript 文件中的绑定。
kite-scratch-mode
javascript-mode
不过,我确信它不是为此而设计的,因此您可能会考虑向作者询问提供与swank-jsor类似的绑定的次要模式js-comint。
swank-js
js-comint