Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?

  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    19 hours ago

    I use Neovim as much as possible but Jetbrains C# just has a really nice debugging experience (with Vim mode on, of course). I still use Neovim for reading C# and doing some small edits and it works really well when reading what the LLM wrote.

    It’s hard to beat stepping through a method until you hit an exception, go into a catch block, ctrl+O until you hit the last line before the exception, breakpoint, skip to top of method and rerun.