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.
  • 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
            • _ [email protected]

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

              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
              #59

              I legit swore off the entire OS when one of my teachers forced us to use macOS + X code to write Objective C code

              1 Reply Last reply
              1
              • T [email protected]

                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 This user is from outside of this forum
                mlg@lemmy.worldM This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #60

                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

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

                  No, no they are not.

                  Bad ones? Yeah, just like that.

                  1 Reply Last reply
                  2
                  • V [email protected]
                    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 This user is from outside of this forum
                    douglasg14b@lemmy.worldD This user is from outside of this forum
                    [email protected]
                    wrote on last edited by [email protected]
                    #62

                    Oh, you get the benefit of explicit scanning?

                    We get the beauty of every file that's modified
                    being scanned before the write "completes". It's an absolute joy starting a build and watching ~80% of the available compute be consumed by antivirus software.

                    Or, you know, normal filesystem caching as part of your tool's workflow.

                    Or dependency installing and unpacking....

                    Or anything actually that touches a lot of files.

                    V 1 Reply Last reply
                    0
                    • douglasg14b@lemmy.worldD [email protected]

                      Oh, you get the benefit of explicit scanning?

                      We get the beauty of every file that's modified
                      being scanned before the write "completes". It's an absolute joy starting a build and watching ~80% of the available compute be consumed by antivirus software.

                      Or, you know, normal filesystem caching as part of your tool's workflow.

                      Or dependency installing and unpacking....

                      Or anything actually that touches a lot of files.

                      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
                      #63

                      Yeah was experiencing that for awhile, a couple of workarounds:

                      • run the IDE inside a VM
                      • Use windows "dev drive" and got the admins to exclude it from active scanning, but it seems like that setting has been lost recently 😕
                      1 Reply Last reply
                      0
                      • anunusualrelic@lemmy.worldA [email protected]

                        So, you've never actually used Emacs?

                        And possibly also never used vi either?

                        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 [email protected]
                        #64

                        LOL. Let me guess "just use Emacs/vim"?

                        No thank you bruv. Been there, done that. Terrible experience.

                        https://github.com/emacs-tw/awesome-emacs

                        https://www.spacemacs.org/

                        https://vimawesome.com/

                        https://github.com/lunarvim/lunarvim

                        All of these emulated only a fraction of the power of IDEs, even after weeks of trying to get them configured properly.

                        Inb4 "you're doing it wrong". Nah mate, IDEs work out of the box and don't require opening a text file to change settings while going through reams of documentation.

                        I right click in a file and it shows me the most important contextual commands. No need to find the " leader key", scroll through all the 1 billion commands, I don't have to "download a LSP and DAP" then "configure treesitter" or whatever the fuck kind of apes are in the editor.

                        Those editors have steep learning curves and get you productive eventually. IDEs get you there much more quickly. Yeah yeah, they hide complexity and "people don't know what's actually going on anymore" but sometimes I just want to get going instead of fighting my editor first. Feel me?

                        Anti Commercial-AI license

                        anunusualrelic@lemmy.worldA 1 Reply Last reply
                        1
                        • L [email protected]

                          Also using 10GB memory ...

                          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]
                          #65

                          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.

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

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

                            1 Reply Last reply
                            0
                            • S [email protected]

                              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 This user is from outside of this forum
                              O This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #67

                              I also had issue when I was working on a pycharm project back when I was on windows. During setup it asked me "What's your name?" and my name has a cheeky accent which Windows was decided should be the name of my Home folder. Home folder also has appdata and whatnon so which the build system didn't expect to have a an accent in the folder path.

                              I ended up having to create a different folder and link to it then move all the path configurations to that folder link just so I could get imports working.

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

                                Yeah, IntelliJ has become worse over time. Or atleast Android Studio has. IntelliJ used to be amazing.

                                vitabytesdev@feddit.nlV 1 Reply Last reply
                                0
                                • G [email protected]

                                  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 This user is from outside of this forum
                                  C This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #69

                                  Depends, for Android app dev, once you gain experience in writing code, and use Kotlin which is way less verbose, it becomes easier. But in reality, the IDE's autocompletion, syntax error highlights and other niceties do save a lot of time.

                                  1 Reply Last reply
                                  0
                                  • I [email protected]

                                    I just use Kate

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

                                    Kate is great for being a compiled C++ program, making it nice and lightweight. Plus lots of syntax highlighting. Not quite the same as IDEs with auto completion, but pretty good for plain text editing.

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

                                      This is why everyone should go back to ed

                                      1 Reply Last reply
                                      0
                                      • O [email protected]

                                        LOL. Let me guess "just use Emacs/vim"?

                                        No thank you bruv. Been there, done that. Terrible experience.

                                        https://github.com/emacs-tw/awesome-emacs

                                        https://www.spacemacs.org/

                                        https://vimawesome.com/

                                        https://github.com/lunarvim/lunarvim

                                        All of these emulated only a fraction of the power of IDEs, even after weeks of trying to get them configured properly.

                                        Inb4 "you're doing it wrong". Nah mate, IDEs work out of the box and don't require opening a text file to change settings while going through reams of documentation.

                                        I right click in a file and it shows me the most important contextual commands. No need to find the " leader key", scroll through all the 1 billion commands, I don't have to "download a LSP and DAP" then "configure treesitter" or whatever the fuck kind of apes are in the editor.

                                        Those editors have steep learning curves and get you productive eventually. IDEs get you there much more quickly. Yeah yeah, they hide complexity and "people don't know what's actually going on anymore" but sometimes I just want to get going instead of fighting my editor first. Feel me?

                                        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
                                        #72

                                        All those wondrous IDEs were nowhere to be found 20 years ago, especially if you didn't run windows. While Emacs did it all and more.

                                        So yes, you had to read the documentation. That's what we did back then. We still do it when someone can be arsed to write one.

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

                                          Kate is great for being a compiled C++ program, making it nice and lightweight. Plus lots of syntax highlighting. Not quite the same as IDEs with auto completion, but pretty good for plain text editing.

                                          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
                                          #73

                                          It can give autocompletion based on the current file, which is good for writing self contained classes. You can also enable an LSP to get language autocompletion 😄

                                          1 Reply Last reply
                                          0
                                          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