30dac136bb
With Semantic mode enabled, it enables IDE features such as: - Enable helm-semantic-or-imenu to jump with Semantic instead of Imenu. - Show function signature of current function point is inside at the top (with global-semantic-stickyfunc-mode) - Show function signature of current function at point at the bottom (with global-semantic-idle-summary-mode). - Add Srefactor for refactoring using Semantic parser framework. Bind it to "SPC m r". - Load 'compile package, otherwise compilation-mode-map won't exists and Semantic fails to bind some key to the map and throw error. |
||
---|---|---|
.. | ||
img | ||
packages.el | ||
README.md |
C/C++ contribution layer for Spacemacs
Table of Contents
Description
This layer adds configuration for C/C++ language as well support for CMake scripts.
This layer is not adapted for Spacemacs, it needs you, C/C++ experts, to improve it and make it consistent with the Spacemacs experience.
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(c-c++))