Hi all!

What do you guys use for completions in VSCode? I’m driving into ruby right now and have been a bit underwhelmed by what I’ve tried.

  • @unquietwiki
    link
    English
    31 year ago

    If you’re not opposed to AI-tooling, Rubberduck and GitHub Copilot are useful. The former is free, but requires an API key (and subscription past trial use) from OpenAI; the latter is $10/mo for individual users.

    • Baldur Nil
      link
      English
      31 year ago

      But can be free if you’re a student.

  • epchris
    link
    English
    21 year ago

    I’ve been using solargraph with some success in a rather large project. I hear there are other ruby Language Server Protocol implementations but I haven’t tried them.

    • @[email protected]OP
      link
      fedilink
      English
      21 year ago

      Solargraph is the better one I’ve tried. I tried the Shopify LSP, but had trouble getting it to give me any suggestions, and I’m not well-versed enough in Ruby’s tooling yet to troubleshoot. Thanks!