Using Emacs as an IDE

后端 未结 18 1796
清酒与你
清酒与你 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条回答
  •  -上瘾入骨i
    2020-11-29 15:10

    In the recent years, Clang became an important part of the Emacs C++ support. Atila Neves had a talk on CppCon 2015: "Emacs as a C++ IDE"

    It is a 16 minute talk, where he shows solutions for the following topics:

    • Jump to definition
    • Auto-completion
    • On-the-fly syntax highlighting
    • Find file in project

    Slides can be found here.

提交回复
热议问题