• Olgratin_Magmatoe@slrpnk.net
    link
    fedilink
    English
    arrow-up
    37
    ·
    edit-2
    2 months ago

    I’ve had everything on this list with Visual Studio alone, with the exception of #2 maybe.

    1. All the AI shit they’re adding, plus the millions of windows you can pull up that are all hidden in different places. The only way this is remotely usable is with the search.

    2. This happens every other day when working with Blazor. As an added bonus, it can never decide on spacing and will constantly change it.

    3. Probably a symptom of using legacy code and modern code at the same time, but good god the settings for everything are in a million places.

    4. Another symptom of blazor.

    5. Our project is too big.

    • floofloof@lemmy.ca
      link
      fedilink
      arrow-up
      69
      ·
      edit-2
      2 months ago

      You should refer to Visual Studio by its full title: “Visual Studio (not responding)”.

  • Ethan@programming.dev
    link
    fedilink
    English
    arrow-up
    23
    ·
    2 months ago

    VSCode is the first development environment I’ve used that doesn’t make me feel like this. It’s not perfect but the base application is rock solid and the full DE experience is the more reliable than any other DE I’ve used.

    P.S. I specifically said DE for those people who say VSCode isn’t an IDE. Personally I don’t see the point in differentiating.

    P.P.S. Sublime is not a DE in my opinion. It’s an excellent text editor with syntax highlighting. The plugins were an afterthought and it was never intended to provide the full experience. Granted I haven’t used it in years.

    • tiramichu@lemm.ee
      link
      fedilink
      arrow-up
      10
      ·
      2 months ago

      VSCode is by far and away the best thing Microsoft has ever done. (I’m sure therefore they will ruin it eventually, but that’s a separate issue)

      Its good for two main reasons IMO:

      1. It is plugin-based

      2. It is (therefore) language-agnostic

      Plugins mean the DE starts as a very lightweight thing that is basically nothing more than a text editor. You can then add as much or as little as you want to get the level of features you are comfortable with but without being too bloated.

      And then, because it’s all plugins, you can work with any language and still stay within the same editor. Divine.

      I personally love how lightweight it is compared to a full IDE because I don’t like it when IDEs hide the magic behind UI. Press the button and it compiles huh? But how? What’s going on there? What toolchain and commands are being executed?

      I much prefer a good MAKEFILE where you know what your entry points are and what is going on, because it makes everything so much more portable and also improves your own knowledge and understanding.

      • mlg@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Yeah it’s great because even without a make plugin, you can just add your make command to the vscode actions that’ll run your makefile.

        Or even better, get the plugin which will auto populate targets from the makefile lol

  • CodeMonkey@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    All of those are things that have happened to me (except an IDE that could not handle externally edited files). They are very rare occurrences, but still annoying when I have to get something done.

    • SirQuack@feddit.nl
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      2 months ago

      When I started working for my current employer, I was surprised by how much ram my VDI has. We’re not allowed to code on our own devices (but those are still specced out) but 64 Gs of ram in a virtual desktop was a welcome environment to work in.

  • Pennomi@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 months ago

    XCode would randomly stop syntax highlighting for years because their engineering was so shit.

    • floofloof@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      2 months ago

      In the JetBrains IDEs (which, relatively speaking, I like), I have to use “Invalidate caches and restart” several times a day just to get past all the incorrect error highlighting.

      • mcv@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        Ah, is that the way to address that? I don’t run into incorrect error highlighting often, and it’s mostly great, but when it gets it wrong, it can be very stubborn about it.

        • floofloof@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          It usually works, but it takes a few minutes to reprocess the files if your project or solution is big.

  • Kojichan@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    I just code in Notepad++. I make an error, I fix it. It doesn’t work, I just dump variables to see what I did wrong and where.

  • bier@feddit.nl
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Too many features but also autocomplete isn’t working? So I guess you do want many features?

  • nyan@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    It’s almost enough to make me feel nostalgic for the DOS version of Borland Turbo Pascal, which wasn’t bright enough to do any of this stuff. (Well, it could freeze up, I suppose, but the only time I actually managed to do anything like that, it involved a null pointer dereference that would have triggered a segfault on any modern system.)