You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Update Function Signature code-action. After changing a function signature, this code-action will be provided to update that function's declaration or definition.
Added a setting Code Actions: Enable Update Function Signature. When disabled, C-mantic will not spend any time tracking changes to function signatures.
Added completion suggestions to Add Include.
C-mantic now has full documentation at https://bigbahss.github.io/vscode-cmantic/. Documentation can be opened directly from VS Code through the Refactor... and Source Actions... menus.
Fixed
Fixed another bug when determining if an existing header guard matches the configured settings.