Features
C-mantic helps make C/C++ development less tedious by providing code generation for VS code, in the form of Code Actions. Relevant code-actions are suggested via the light-bulb menu 💡 as you navigate/edit your source code. The list of possible code-actions can be accessed directly by selecting Refactor...
or Source Actions...
in the editor context menu (right-click). Code-actions can also be invoked directly as commands through the command palette, which can be configured with keyboard shortcuts.
Here’s more info about C-mantic’s Refactorings and Source Actions.
Table of contents
- Add Definition
- Add Declaration
- Update Function Signature
- Move Definition
- Generate Getters and Setters
- Generate Equality Operators
- Generate Relational Operators
- Generate Stream Output Operator
- Create Matching Source File
- Add Header Guard
- Add Include
- Switch Header/Source in Workspace
- Refactorings
- Source Actions