• Lem Jukes
      link
      fedilink
      English
      02 months ago

      Ooooh thank you for reminding me I need to make this switch

      • @stetech@lemmy.world
        link
        fedilink
        02 months ago

        To you, @toothpaste_ostrich@feddit.nl, and anyone else planning to do the switch:

        Back when I was still a VSC(odium) user, you needed to perform a small tweak to regain access to the quite useful extensions marketplace (in the sense of, paste the extension ID, see the same results as a M$ VSCode user*): There is a file named product.json which allows you to “regain” access if you populate it with the following values:

        {
          "extensionsGallery": {
            "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
            "itemUrl": "https://marketplace.visualstudio.com/items",
            "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
            "controlUrl": ""
          }
        }
        

        (Taken from my old dotfiles, so this may be outdated, not sure. Also, you’ll have to look up the location of this file, it will differ depending on OS. On macOS it goes in ~/Library/Application Support/VSCodium.)

        *If you do not need this 1:1 identical functionality, you may try the Open VSX marketplace. But especially in a class setting, I found this very useful, since all the tutorials/instructions will work without needing adaptation.

    • @intensely_human@lemm.ee
      link
      fedilink
      12 months ago

      I always edit my code in microsoft word. Not only can it highlight syntax, it can use different fonts for different function names.

      Definitely the most fully featured IDE I’ve ever used.

  • @phoneymouse@lemmy.world
    link
    fedilink
    0
    edit-2
    2 months ago

    My professor was always trying to get us to use vim or eMacs over an IDE to write our C programs. I’m sorry, I like using a mouse. I know, I know, blasphemy. I’m taking a shortcut. I’m a noob.

    When I absolutely have to, I go for vim, mostly because I know a few of the key bindings for it, but otherwise avoid it.

    • @BaumGeist@lemmy.ml
      link
      fedilink
      02 months ago

      I’m taking a shortcut

      more like a longcut. I save so much time and effort not having to switch my right hand between the mouse and keyboard constantly

  • @TrickDacy@lemmy.world
    link
    fedilink
    02 months ago

    It always surprises me how complicated some of the editor tooling sounds in threads like this. Obviously once you learn how to use these things they are powerful, but how do people have the patience to deal with all of that in the beginning? This is coming from a guy who writes scripts constantly to avoid doing tedious, error-prone things.

    Also I keep seeing people say vscode is slow. One of the reasons I switched to it is that it’s insanely fast compared to other editors I used (even those with far-inferior featuresets) 🤷‍♂️

    • @MajorHavoc@programming.dev
      link
      fedilink
      12 months ago

      but how do people have the patience to deal with all of that in the beginning?

      Whenever I was frustrated with a stupid undecipherable error message, I would just tweak my vim config a bit.

      Within a few minutes, my rage at the error would be completely replaced with rage toward vimscript.

      Then I would revert my vim config change, and return to the undecipherable error message with a fresh perspective. mainly relief that at least it’s not vimscript.

      Joking aside, I really did learn vim mostly during coffee breaks or while waiting on some long running build process.

  • @ZILtoid1991@lemmy.world
    cake
    link
    fedilink
    -12 months ago

    The comparison is bad. It’s more like comparing a kind of crappy car to a nice unicycle once you factor in UX. Not everyone likes to punch in key combinations so complicated it’s making game cheats look simple in comparison.