BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
84 stars 9 forks source link

Whitespace alignment for 'Add Definition' #19

Closed BigBahss closed 3 years ago

BigBahss commented 3 years ago

It seems like 'Add Definition' has had a regression of how it adjusts whitespace alignment for multi-lined declarations. In particular, when it removes leading keywords (like virtual, static, etc.), the definition in will no longer be aligned properly.

BigBahss commented 3 years ago

Fixed in v0.5.1