Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Are IDEs really like this ?

Are IDEs really like this ?

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
79 Posts 63 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • gsus4@mander.xyzG [email protected]
    This post did not contain any content.
    akasazh@feddit.nlA This user is from outside of this forum
    akasazh@feddit.nlA This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #39

    The IDEs of March

    1 Reply Last reply
    0
    • Z [email protected]

      You get the most out of them when working on bigger projects with many files and multiple contributers:

      • Version control integration
      • Automatic profiling
      • Debugger integration
      • Refactoring
      • Jump to Definition/Parent/Children/Usages of a Symbol
      • ...

      For changing a single file, I'd often just launch a simple editor too.

      N This user is from outside of this forum
      N This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #40

      Version control integration

      Almost always garbage, in my experience. Except for merge conflict resolution. That's unbelievably nice. But git command lines have always been more reliable and less likely to end up with broken local branches.

      Seriously though. The merge conflict resolution in three panes is super nice.

      1 Reply Last reply
      0
      • gsus4@mander.xyzG [email protected]
        This post did not contain any content.
        kittenzrulz123@lemmy.blahaj.zoneK This user is from outside of this forum
        kittenzrulz123@lemmy.blahaj.zoneK This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #41

        Neovim >>> any ide

        1 Reply Last reply
        2
        • firelizzard@programming.devF [email protected]

          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.

          T This user is from outside of this forum
          T This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #42

          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.worldM 1 Reply Last reply
          3
          • programmer_belch@lemmy.dbzer0.comP [email protected]

            Just use vim, it usually comes preinstalled

            gerryflap@feddit.nlG This user is from outside of this forum
            gerryflap@feddit.nlG This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #43

            For a few files, sure. Idk how I'd use that on the large corporate Java codebase that I usually work with though. Despite all its memory hogging and unnecessary features, IntelliJ also proves remarkably useful when trying to find anything in these mega projects. Features like ctrl + clicking on a method call to get to its definition (even when it is in a different project that I don't have checked out), the refactoring tools, the debugger, etc are absolutely necessary to get anything done.

            T 1 Reply Last reply
            1
            • _ [email protected]

              The IDE is the worst part of being an iOS developer.

              Q This user is from outside of this forum
              Q This user is from outside of this forum
              [email protected]
              wrote on last edited by [email protected]
              #44

              Yes, and the worst part is that XCode is only available on OSX.

              I once had to make an iOS app once and didn't have a Mac so I developed the entire thing in a VM. There was no video encoding, the FPS was in the low single digits, which made it very difficult to even type. So I ended up writing the code using VSCode through SSH through Wireguard connected to the VM on the host machine, which actually worked surprisingly well. But hey, the app did work in the end.

              D 1 Reply Last reply
              2
              • gsus4@mander.xyzG [email protected]
                This post did not contain any content.
                O This user is from outside of this forum
                O This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #45

                I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.

                1. It's a setting.
                2. Doesn't happen
                3. Doesn't happen
                4. Searchable actions, just search for "encoding" in this case.
                5. That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
                6. Happens if you run out of RAM or open a very large file.

                So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.

                V S grrgyle@slrpnk.netG S 4 Replies Last reply
                7
                • gsus4@mander.xyzG [email protected]
                  This post did not contain any content.
                  I This user is from outside of this forum
                  I This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #46

                  I just use Kate

                  C 1 Reply Last reply
                  4
                  • H [email protected]

                    What do you think it is?

                    M This user is from outside of this forum
                    M This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #47

                    It looks like they put a license of use on their comment

                    1 Reply Last reply
                    0
                    • M [email protected]

                      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.

                      F This user is from outside of this forum
                      F This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #48

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

                      1 Reply Last reply
                      0
                      • O [email protected]

                        Meanwhile: vim and Emacs users, constantly installing and configuring plugins to emulate a fraction of the power of IDEs, go "just use vim/Emacs".

                        Anti Commercial-AI license

                        anunusualrelic@lemmy.worldA This user is from outside of this forum
                        anunusualrelic@lemmy.worldA This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #49

                        So, you've never actually used Emacs?

                        And possibly also never used vi either?

                        O 1 Reply Last reply
                        0
                        • gsus4@mander.xyzG [email protected]
                          This post did not contain any content.
                          G This user is from outside of this forum
                          G This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #50

                          Sublime Text + sometimes LSP is all you need. It might be difficult for people who don't know how to use a build system directly, but those people are underachievers anyways.

                          C 1 Reply Last reply
                          1
                          • Q [email protected]

                            Yes, and the worst part is that XCode is only available on OSX.

                            I once had to make an iOS app once and didn't have a Mac so I developed the entire thing in a VM. There was no video encoding, the FPS was in the low single digits, which made it very difficult to even type. So I ended up writing the code using VSCode through SSH through Wireguard connected to the VM on the host machine, which actually worked surprisingly well. But hey, the app did work in the end.

                            D This user is from outside of this forum
                            D This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #51

                            Wait how can you run Mac OS on a VM?!?

                            Q 1 Reply Last reply
                            0
                            • programmer_belch@lemmy.dbzer0.comP [email protected]

                              Just use vim, it usually comes preinstalled

                              dandelion@lemmy.blahaj.zoneD This user is from outside of this forum
                              dandelion@lemmy.blahaj.zoneD This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #52

                              vim fast, IDE slow, I use vim because I'm impatient

                              1 Reply Last reply
                              1
                              • D [email protected]

                                Wait how can you run Mac OS on a VM?!?

                                Q This user is from outside of this forum
                                Q This user is from outside of this forum
                                [email protected]
                                wrote on last edited by [email protected]
                                #53

                                I used QEMU but I don't think it's possible anymore. I had to use an older version of OSX (I think I tried 3-4) but that version is no longer supported by XCode.

                                1 Reply Last reply
                                1
                                • O [email protected]

                                  I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.

                                  1. It's a setting.
                                  2. Doesn't happen
                                  3. Doesn't happen
                                  4. Searchable actions, just search for "encoding" in this case.
                                  5. That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
                                  6. Happens if you run out of RAM or open a very large file.

                                  So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.

                                  V This user is from outside of this forum
                                  V This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by [email protected]
                                  #54
                                  1. can also sometimes happen when your workplaces corporate antivirus you can't uninstall, pause, or change any settings on decides to scan your project files while a build is in progress 🤦🤦🤦
                                  douglasg14b@lemmy.worldD 1 Reply Last reply
                                  1
                                  • O [email protected]

                                    I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.

                                    1. It's a setting.
                                    2. Doesn't happen
                                    3. Doesn't happen
                                    4. Searchable actions, just search for "encoding" in this case.
                                    5. That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
                                    6. Happens if you run out of RAM or open a very large file.

                                    So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.

                                    S This user is from outside of this forum
                                    S This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by [email protected]
                                    #55

                                    Number 3 happens all the time to me when using VSCode with Copilot as autocomplete. Copilot sometimes works, sometimes doesn't. Also happens a lot when using Pycharm with Python. Sometimes it's great at autocompleting, sometimes it completely gets lost and has no idea what my Python script is doing.

                                    Number 5 also happens a lot on VSCode + Platformio. It also frequently happens on Intellij IDEA for me, but mostly when I am concurrently running build or test while writing. My crappy work laptop suffers from Windows 11 related performance issues, and when there's not enough performance available, underlines do get wonky quite frequently.

                                    O 1 Reply Last reply
                                    0
                                    • O [email protected]

                                      I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.

                                      1. It's a setting.
                                      2. Doesn't happen
                                      3. Doesn't happen
                                      4. Searchable actions, just search for "encoding" in this case.
                                      5. That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
                                      6. Happens if you run out of RAM or open a very large file.

                                      So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.

                                      grrgyle@slrpnk.netG This user is from outside of this forum
                                      grrgyle@slrpnk.netG This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #56

                                      I'm so spoiled by searchable settings that it feels like I'm back in the 50s if I actually have to manually click around menus looking for a setting.

                                      1 Reply Last reply
                                      2
                                      • gerryflap@feddit.nlG [email protected]

                                        For a few files, sure. Idk how I'd use that on the large corporate Java codebase that I usually work with though. Despite all its memory hogging and unnecessary features, IntelliJ also proves remarkably useful when trying to find anything in these mega projects. Features like ctrl + clicking on a method call to get to its definition (even when it is in a different project that I don't have checked out), the refactoring tools, the debugger, etc are absolutely necessary to get anything done.

                                        T This user is from outside of this forum
                                        T This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #57

                                        Maybe use tags for that but I've never personally messed with it.

                                        1 Reply Last reply
                                        0
                                        • O [email protected]

                                          I use Jetbrains IDEs now for 5 years, I've used VSCode, Sublime, Atom, Vim, Neovim but I feel like Jetbrains IDEs are just better if you have the RAM to run it.

                                          1. It's a setting.
                                          2. Doesn't happen
                                          3. Doesn't happen
                                          4. Searchable actions, just search for "encoding" in this case.
                                          5. That's an LSP/project mismatch usually just a setting. Most things are supported but worst case you can remove the error.
                                          6. Happens if you run out of RAM or open a very large file.

                                          So it's not all bad, but comes with a lot of good such as "invert if statement", "use template strings" and "extract method" thingies along with a load of plugins.

                                          S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by [email protected]
                                          #58

                                          Agree. I used a ton of different IDEs too and I can say Rider was the least terrible one I've used professionally (mostly on Unreal Engine projects, so having the thing not kill itself when trying to compute large, complex codebases for syntax highlighting/autocomplete was a requirement).

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups