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.
有没有办法在 IPython 中自动关闭括号和引号。就像在 RStudio 中,当您键入像 [ 之类的左括号时,它会自动键入右括号 ] 并将光标移动到括号内。与引号相同。
可能的,可能不是太难,但不是微不足道的。可能需要更新底层库(正在进行中),并在 CodeMirror 文档中挖掘以查看是否已经有这样的选项。如果您有兴趣深入研究代码/提交补丁,我建议您在 ML / github 上询问方向。