• Xabis@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    4 days ago

    I use vs code for programming a node based application written in Typescript.

    The only thing I find insufficient is the source control integration. Editing and debugging are well done in my opinion, at least for my target language.

    What do you find lacking that you feel makes it not a worthy ide?

    • orclev@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      4 days ago

      Most of the tools that make an IDE an IDE. Refactoring abilities are very limited and basic. Quickly navigating complex code bases becomes tricky. The code completion and type annotations are often missing or just plain wrong. When compared to something like essentially any IDE offered by JetBrains it just doesn’t stack up. Prior to RustRover being released I briefly tried to use VS Code for Rust using its LSP plugin, but it was just really bad in general, it utterly failed to analyze the code and provided almost no contextual help.