Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
/ cde Public archive

CDE C/C++ - development environment for emacs

License

Notifications You must be signed in to change notification settings

okeri/cde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDE - C/C++ development environment for emacs

This project provides all-in-one set of features for comfort C/C++ development.

Features

  • use .clang_complete and compile_commands.json files for identify project settings.
  • Find symbol definition
  • Find symbol references(experimental)
  • Code completion(via company-mode)
  • Switch source/headers files.
  • Smart includes opening.
  • Syntax checking
  • Smart symbol lookups.

Build dependencies:

POSIX OS clang-4.x-dev (or higher) llvm-4.x-dev (or higher) libdb-5.1++-dev (or higher)

Usage dependencies:

emacs with company-mode installed. ivy-mode(optional)