For other pages about C++ programming, search for all pages that mention C++.
Extensions
- DoxyMacs – The purpose of the doxymacs project is to create a LISP package that will make using Doxygen from within {X}Emacs easier.
- ExpandMemberFunctions - create empty definitions in a cpp file from member function declarations in a header file.
- QtMode - Get the Qt specific keywords to work with cc-mode.
- sourcepair.el – Load the corresponding C/C++ header or source file for the current buffer (by Mohamed Hendawi). An alternative to the built-in ff-find-other-file function.
- Lisp:eassist.el – It uses CEDET to parse files and outputs list of functions/methods for current file. Then you can type a part of function name and list will be reduced.
CategoryProgramming