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.
使用 Vim 开发 C 代码时,可以运行:make然后:cp直接跳转到代码中的编译器错误。
:make
:cp
我想知道在使用 IPython 和 Vim 作为编辑器时是否有任何类似的功能,以便在发生错误时我可以键入启动编辑器、打开文件并直接进入该行的内容?
语法错误应该是可能的,但我不知道执行此操作的代码是否仍然有效 - 它已经存在一段时间没有任何测试。要尝试它,请在您的ipython_config.py文件中设置:
ipython_config.py
c.TerminalInteractiveShell.autoedit_syntax = True