• loathesome dongeaterOP
    link
    24 years ago

    I am pretty good at both vim and emacs but I don’t use any cool LSP based autocompletion plugins, mostly just less advanced ones that suggest phrases from the current file. But that’s mostly because I haven’t had to work on massive projects.

    • Muad'DibberA
      link
      34 years ago

      I def suggest trying out coc.nvim, it has extensions that add IDE-like capabilities for pretty much every modern language.

      • loathesome dongeaterOP
        link
        14 years ago

        what code completion plugin do you use alongside it? i tried setting up youcompleteme a long time ago but it didn’t go well. thinking about setting it up now just to have something alongside emacs.

        • Muad'DibberA
          link
          14 years ago

          coc.nvim does code completions / intellisense too, you just have to install the coc plugin for your language. I tried youcompleteme but switched to coc.nvim a long time ago. List of extensions / languages here.

        • Muad'DibberA
          link
          14 years ago

          Oh yeah cause I remember you use rust too, I’d do :CocInstall coc-rust-analyzer, its really fast.