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 中有一个叫做 quickfix 的惊人功能(不记得它是插件还是本机的东西),它允许通过将光标移动到错误位置来迭代编辑器中的错误。
如何使用 Rust 插件在 CLion 中设置相同的功能?
您可以通过按键来做到这一点F2: https ://www.jetbrains.com/help/idea/navigating-to-next-previous-error.html
F2