codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Fixed keyword removed despite skip directives

Open zyzy811 opened this issue 6 months ago • 2 comments

public unsafe struct Test
{
    public fixed byte data[8];
}

After running the cleaning activity document: public unsafe struct Test { public byte data[8]; } This caused an error in the code

zyzy811 avatar Jun 03 '25 13:06 zyzy811

https://github.com/codecadwallader/codemaid/issues/1047

I have opened this issue months before. But as you see, this repo hasn't been maintained for a very long time, so maybe there is no better solution to it than using another plugin with similar function.

Nitload-NSI avatar Jun 14 '25 19:06 Nitload-NSI

Same problem for me.

emako avatar Jul 26 '25 02:07 emako