• Ravn
    link
    73 years ago

    Kakoune + kak-lsp

  • @ksynwa
    link
    53 years ago

    emacs with rustic-mode, lsp-mode and rust-analyzer

    • ajmartinez
      link
      33 years ago

      add in evil-mode and we’re on the same page.

      • @ksynwa
        link
        33 years ago

        yeah I use that too :)

  • DessalinesA
    link
    43 years ago

    coc.nvim + coc-rust-analyzer

    You can use it with either nvim or vim.

    • @seahorseOP
      link
      13 years ago

      I went with your suggestion. How do you get it to check your syntax for every keystroke like Eclipse?

      • @cruon
        link
        3
        edit-2
        1 year ago

        deleted by creator

      • DessalinesA
        link
        23 years ago

        It should automatically, you press tab and it will auto-complete. Sometimes you need to save files so it can run cargo check, but that’s it.

  • @koalp
    link
    4
    edit-2
    1 year ago

    deleted by creator

  • @AgreeableLandscapeM
    link
    4
    edit-2
    3 years ago

    I use VScodium (De-Microsoft’d VScode) with the VScode Rust plugin for syntax highlighting and linting, combined with invoking Cargo from the command line to compile the project.

    The Intellij Rust plugin is also supposedly very good, but I haven’t used it yet.

  • @jiminycricket
    link
    33 years ago

    The only explicitly rust plugin I use is rust.vim for syntax highlighting (and I guess ron.vim for ron files). I ditched rust analyzer after it crashed my PC on a large project multiple times

  • @0xc0ba17
    link
    23 years ago

    VSCode with rust-analyzer. I just wished it was a bit more snappy because atm, you need to save the file to “refresh” the analyzer.

  • @nutomicMA
    link
    23 years ago

    I use Intellij, it works really well for the most part. Only problem is that it disables all IDE features for files named post.rs, which is pretty annoying as Lemmy has a couple such files.

  • Ephera
    link
    13 years ago

    I’m switching back and forth between Kate with its LSP Client Plugin and Eclipse.