C/C++ Development Environment for Emacs
Table of Contents
-
-
- Introductory demos -
- Quick setup -
- Source code navigation - - -
- Browse source tree with
Speedbarfile browser - -
- - General completion with
company-mode
- - Demo project -
- Source code completion using Clang -
- Header file completion with
company-c-headerspackage
- - CEDET - - -
- Code refactoring -
- Navigate system include path - - -
- Project management with Projectile -
- Source code information - - -
- Source code documentation - - -
- Source code editing - - -
- Compilation Support -
- Debugging - - +
- 1. Introductory demos +
- 2. Setup +
- 3. Basic source code navigation +
- 4. Source code navigation +
- 5. Browse source tree with
Speedbarfile browser
+ - 6. General completion with
company-mode
+ - 7. Demo project +
- 8. Source code completion using Clang +
- 9. Header file completion with
company-c-headerspackage
+ - 10. CEDET +
- 11. Code refactoring +
- 12. Navigate system include path +
- 13. Project management with Projectile +
- 14. Source code information +
- 15. Source code documentation +
- 16. Source code editing +
- 17. Compilation Support +
- 18. Debugging
Table of Contents
read it offline: https://github.com/tuhdo/tuhdo.github.io -Introductory demos
-1 Introductory demos
++Here are some visual examples of the emacs IDE in action: +
- Switching between .h and .c/.cpp anywhere in the project like Linux kernel. If more than one file exists, it displays a list of possible candidates. The command collects files of the same names -but different across the project: +but different across the project: +
Introductory demos
-
-
- Jump around Linux kernel source with ease using
helm-gtags. The -demo begins when "START" appears at the bottom:
+ - Jumping around Linux kernel source with ease using
helm-gtags. The +demo begins when "START" appears at the bottom: +
Introductory demos
-
-
-Interactive outline tree using
moo-jump-localfrom function-args +- Interactive outline tree using
moo-jump-localfrom function-args package: -
+

























