Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@BigBahss BigBahss released this 02 Jun 04:11
· 1 commit to master since this release

[0.9.0] - June 2, 2021

Added

  • 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.