eulerdisk

Results 7 comments of eulerdisk

Thanks for the effort. As mentioned in the relevant issues, there are many ways to implement this feature. Some people want the behaviour of Hop.vim others like leap.nvim more. I...

> Hmm... I often use expand selection when I need for example to wrap the expression in parentheses, so I want a valid expression to be selected. Never thought about...

> Yeah, I’ve also felt since forever that for method chains we should just lie :) I wonder if the Kotlin’s feature is new? I remember being annoyed with it...

I think every feature like this should have a good fallback choice regarding colors, that way every theme should work out of the box. That's not happened for inlay-hints and...

I think `#` is better than `C-c`, especially for non-so-common actions like commenting. Given that, how about `c` ? I don't think is bound. Ideally `c` for line-wise and `C`...

I think there will be many more "jump modes" in the future, other than WORD an N-CHAR, and the suggested keybinding is not fast enough for most people. Personally I...

`probe-rs` should be able to flash external memories for (some?) nucleo/discovery boards out of the box, because the necessary flash algorithms are already imported. See here: https://github.com/probe-rs/probe-rs/blob/master/probe-rs/targets/STM32H7RS_Series.yaml#L1622 You only need...