• FizzyOrange
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 day ago

    You can do it in launch.json. In fairness it easily the weakest part of VSCode - I wouldn’t call editing JSON “comfortable”. I tend to just use the integrated terminal instead.

    I think the bigger argument for Pycharm is refactoring. VSCode still has fairly weak support for refactoring, whereas in IntelliJ you can move classes and methods around, extract functions etc and it all works quickly and reliably (in Java at least; I dunno about Pycharm - Python is trash so it might not be possible to do refactoring reliably).

    • 0101100101
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      You can do it in launch.json.

      Exactly, what a god-for-saken horrid solution! I’m all for JSON configuration for really low-down dirty stuff, but for something as simple as this? Eugh, no! Refactoring in Pycharm is fine as far as I can tell, never had any issues with it.

      VSCode/ium is fine for single-file python or other such simple stuff, but not for big projects and was an instant deal breaker for me. I hated pycharm when I first started using it, but as I get more used to it, it’s way more usable and has some nice little features, so I’ll stick with it for now.

      I get VSCode from a product marketing point of view and understand why it was created, but I wish it wasn’t. One size fits all never works out in the long-term

      • FizzyOrange
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        23 hours ago

        I’m all for JSON configuration for really low-down dirty stuff, but for something as simple as this? Eugh, no!

        I totally agree. But it’s difficult to see why that would be a deal breaker tbh. It still works… and Python is too shit to use for the kinds of stuff you just have a single “run” for anyway (e.g. desktop apps or games).