David Nikel-Shepherd

Results 31 issues of David Nikel-Shepherd

So that you can run it as `anki-cli` from anywhere instead of needing to be in the project root directory.

This might require some work on anki-connect, it doesn't seem to support it yet.

For C/C++ includes, C++ templates, Java generics, ... the `` operators are used as brackets. It might be possible to detect matching pairs and correct the spacing for these cases.

bug
help wanted

We still can't distinguish between multiplication and pointer variables outside of function argument lists. So for example ``` c Thingy*my_thingy; ``` becomes ``` c Thingy * my_thingy; ``` even though...

bug
help wanted

I'm not sure why but it inserts `->>` instead of `->`!

bug