Using Emacs as an IDE

后端 未结 18 1815
清酒与你
清酒与你 2020-11-29 14:29

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into

18条回答
  •  庸人自扰
    2020-11-29 15:00

    I agree that you should learn about M-x compile (bind that and M-x next-error to a short key sequence).

    Learn about the bindings for version control (e.g. vc-diff, vc-next-action, etc.)

    Look into registers. You not only can remember locations in buffers but whole window configurations (C-x r w -- window-configuration-to-register).

提交回复
热议问题