• Anafabula@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago
    error: unknown start of token: \u{37e}
     --> src/main.rs:2:30
      |
    2 |     println!("Hello, world!");
      |                              ^
      |
    help: Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
      |
    2 |     println!("Hello, world!");
      |                              ~
    
    error: could not compile `playground` (bin "playground") due to previous error
    
  • delial@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I love that this implies Visual Studio is not worth its salt, because it most certainly isn’t.

    • ramesdunc@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      nvim + coc.nvim + coc-clangd (or other language LSP implementations) will give you the conveniences of modern IDEs + the power and speed of vim 🙂

      • rabirabirara@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I use Helix and Nvim pretty much concurrently and whenever I have to use vim I feel slower on most basic movements. A fresh set of keybinds is really nice - though simultaneously there are one or two specific actions which are slower or unintuitive in Helix. But overall I love Helix.