[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A guide on setting up C/C++ development environment for Emacs
From: |
solidius4747 |
Subject: |
A guide on setting up C/C++ development environment for Emacs |
Date: |
Wed, 27 Aug 2014 00:05:15 -0700 (PDT) |
User-agent: |
G2/1.0 |
Hi list,
I wrote a guide on setting up C/C++ development in Emacs that covers the
following topics:
- Source code navigation: jump around Linux kernel with easy, find any file in
project, find any definition and reference in project.
- Smart completion with CEDET and Semantic.
- More code navigation with Senator.
- Project management with EDE and Projectile.
- Display source code source code information with semantic-idle-summary-mode
and semantic-sticky-func-mode. semantic-idle-summary-mode displays function
interface in the minibuffer and semantic-sticky-func-mode displays interface of
current function point is in.
- Utilities for source code editing.
- Compile with Compilation mode.
- Debugging with GDB Many Windows or plain old GUD.
The link: http://tuhdo.github.io/c-ide.html
- A guide on setting up C/C++ development environment for Emacs,
solidius4747 <=
- Re: A guide on setting up C/C++ development environment for Emacs, Dmitriy Igrishin, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Tu Hoang Do, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Dmitriy Igrishin, 2014/08/27
- Message not available
- Fwd: A guide on setting up C/C++ development environment for Emacs, Tu Hoang Do, 2014/08/27
- Message not available
- Message not available
- Fwd: A guide on setting up C/C++ development environment for Emacs, Tu Hoang Do, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Jai Dayal, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Óscar Fuentes, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Jai Dayal, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Jai Dayal, 2014/08/27
- Re: A guide on setting up C/C++ development environment for Emacs, Óscar Fuentes, 2014/08/27