Skip to content
  • Categories
  • Recent
  • Popular
Skins
  • Light
  • 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

NodeBB-ActivityPub Bridge Test Instance

  1. Home
  2. Categories
  3. Comic Strips
  4. Are IDEs really like this ?

Are IDEs really like this ?

Scheduled Pinned Locked Moved Comic Strips
comicstrips
60 Posts 50 Posters 16 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.
  • T thorry84@feddit.nl

    I hate how IDEs with error checking check the code at every character. Like my dude, we got this shit right with text editors having spell check back in 1997. Wait just a moment before checking please. All the time when I'm typing the editor freaks the fuck out, this is wrong, this is wrong, here is an error, wtf is this supposed to mean? And then when I type the ) or whatever, all is well. Just give me a freaking second to work and think.

    P This user is from outside of this forum
    P This user is from outside of this forum
    powerofm@lemmy.ca
    wrote last edited by
    #13

    I'd say it's probably happening because the syntax parser runs every character to be able to provide auto complete, and error tracking is a part of that system. I wonder if there's a plugin that introduces some smart delay between when the error is detected and when it's displayed.

    1 Reply Last reply
    10
    • ? Guest
      This post did not contain any content.
      Link Preview Image
      D This user is from outside of this forum
      D This user is from outside of this forum
      dwindling7373@feddit.it
      wrote last edited by
      #14

      No, they are not a flat rectagle creature with arms and legs.

      L 1 Reply Last reply
      7
      • ? Guest
        This post did not contain any content.
        Link Preview Image
        A This user is from outside of this forum
        A This user is from outside of this forum
        atro_city@fedia.io
        wrote last edited by
        #15

        The fediverse is just so geeky. I don't know what this means. The wikipedia article kinda makes sense, but there's a lot of terminology in there. It seems like an advanced editor with many features - like a bat-mobile for programmers, but it keeps breaking down?

        S 1 Reply Last reply
        7
        • D dwindling7373@feddit.it

          No, they are not a flat rectagle creature with arms and legs.

          L This user is from outside of this forum
          L This user is from outside of this forum
          lembot_0002@lemm.ee
          wrote last edited by
          #16

          FlatIDEners think otherwise. You are just a conformist not willing to check the facts. IDE is flat! Booo!

          1 Reply Last reply
          5
          • skip0110@lemm.eeS This user is from outside of this forum
            skip0110@lemm.eeS This user is from outside of this forum
            skip0110@lemm.ee
            wrote last edited by
            #17

            Visual Studio has these issues daily.

            Ten years ago VS was awesome. In the last 2 years, all they added is AI crap and every other feature got more buggy.

            D 1 Reply Last reply
            10
            • A atro_city@fedia.io

              The fediverse is just so geeky. I don't know what this means. The wikipedia article kinda makes sense, but there's a lot of terminology in there. It seems like an advanced editor with many features - like a bat-mobile for programmers, but it keeps breaking down?

              S This user is from outside of this forum
              S This user is from outside of this forum
              stormdelay@sh.itjust.works
              wrote last edited by
              #18

              Basically yeah, it's a text editor with a lot of features geared towards making programing easier, e.g. an equivalent of a spell checker but for code. Like any software, some IDEs/features can be either poorly designed or unstable, which can be aggravating when you spend your day working with it.

              A 1 Reply Last reply
              7
              • S stormdelay@sh.itjust.works

                Basically yeah, it's a text editor with a lot of features geared towards making programing easier, e.g. an equivalent of a spell checker but for code. Like any software, some IDEs/features can be either poorly designed or unstable, which can be aggravating when you spend your day working with it.

                A This user is from outside of this forum
                A This user is from outside of this forum
                atro_city@fedia.io
                wrote last edited by
                #19

                Are IDEs the microsoft word of programming?

                L 1 Reply Last reply
                1
                • ? Guest
                  This post did not contain any content.
                  Link Preview Image
                  D This user is from outside of this forum
                  D This user is from outside of this forum
                  darkcloud@lemmy.world
                  wrote last edited by
                  #20

                  Unreal Engine certainly is.

                  1 Reply Last reply
                  1
                  • T taldennz@lemmy.nz

                    No. Unless there's a bad update... Every few years.

                    F This user is from outside of this forum
                    F This user is from outside of this forum
                    froh42@lemmy.world
                    wrote last edited by
                    #21

                    Found the IntelliJ (or friends) user.

                    6 1 Reply Last reply
                    2
                    • M magic_lobster_party@fedia.io

                      I have not. Last time I used Eclipse (maybe 10 years ago) I got so frustrated it prompted me to learn Vim.

                      I’m currently mostly using IntelliJ these days.

                      A This user is from outside of this forum
                      A This user is from outside of this forum
                      alexstarfire@lemmy.world
                      wrote last edited by
                      #22

                      The only issue I've ever had with Eclipse is updating it. It's only gotten better in the past 2 years or so. The rest of the time upgrading was a complete pain in the ass. Just about every time I ended up giving up and reinstalling from scratch.

                      Well, the one other thing that annoys me is not having decent themeing. I use a third party extension and while it does help, there are parts of the IDE that you still can't customize so if you want a dark mode you have to deal with parta that aren't ideal.

                      1 Reply Last reply
                      0
                      • ? Guest
                        This post did not contain any content.
                        Link Preview Image
                        umbrella@lemmy.mlU This user is from outside of this forum
                        umbrella@lemmy.mlU This user is from outside of this forum
                        umbrella@lemmy.ml
                        wrote last edited by
                        #23

                        programmer vegeta is having a bad time

                        1 Reply Last reply
                        7
                        • ? Guest
                          This post did not contain any content.
                          Link Preview Image
                          L This user is from outside of this forum
                          L This user is from outside of this forum
                          levzzz@lemmy.world
                          wrote last edited by
                          #24

                          Intellij is sometimes like that, e.g. I hate not being able to change my gradle cache folder globally, instead of per project

                          Sometimes it stops showing the ui and just runs in the background

                          Sometimes it fails to git pull and the rollback menu is broken

                          Sometimes the hot reload bugs out and it recompiles 1000+ classes

                          But i still love it

                          1 Reply Last reply
                          1
                          • skip0110@lemm.eeS skip0110@lemm.ee

                            Visual Studio has these issues daily.

                            Ten years ago VS was awesome. In the last 2 years, all they added is AI crap and every other feature got more buggy.

                            D This user is from outside of this forum
                            D This user is from outside of this forum
                            domeguy@lemmy.world
                            wrote last edited by
                            #25

                            Your experience is far from universal. Working with actual code files, visual studio works very good.

                            Mix in XAML blazor, however...

                            (Note that both file formats are abstractions from which C# classes are.generated...)

                            1 Reply Last reply
                            3
                            • D This user is from outside of this forum
                              D This user is from outside of this forum
                              droechai@lemm.ee
                              wrote last edited by
                              #26

                              I have a faint memory of working with Eclipse but shelved it due to making Java even slower than my dog walking towards his shower. Is it still alive and viable?

                              1 Reply Last reply
                              2
                              • ? Guest
                                This post did not contain any content.
                                Link Preview Image
                                scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                                scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
                                scrubbles@poptalk.scrubbles.tech
                                wrote last edited by scrubbles@poptalk.scrubbles.tech
                                #27

                                Are you even a real programmer if you haven't fixed a prod critical but in notepad++ because your ide won't open for whatever reason?

                                6 G 5 3 Replies Last reply
                                25
                                • L lukstru@lemmy.world

                                  vim evangelists incoming although they are on panel 3

                                  M This user is from outside of this forum
                                  M This user is from outside of this forum
                                  mnbychoice@midwest.social
                                  wrote last edited by
                                  #28

                                  One doesn't know how to code if they cannot spell the whole word.

                                  (Turn off autocomplete for a day and test your actual knowledge.)

                                  L 1 Reply Last reply
                                  1
                                  • ? Guest
                                    This post did not contain any content.
                                    Link Preview Image
                                    C This user is from outside of this forum
                                    C This user is from outside of this forum
                                    captain_stupid@lemmy.world
                                    wrote last edited by
                                    #29

                                    Crys in Vivado

                                    1 Reply Last reply
                                    1
                                    • scrubbles@poptalk.scrubbles.techS scrubbles@poptalk.scrubbles.tech

                                      Are you even a real programmer if you haven't fixed a prod critical but in notepad++ because your ide won't open for whatever reason?

                                      6 This user is from outside of this forum
                                      6 This user is from outside of this forum
                                      6nk06@sh.itjust.works
                                      wrote last edited by
                                      #30

                                      I once fixed an important bug by force-pushing on the master branch (I was an admin too and could do it). I had 5 minutes to fix it, and no one was aware of it. I didn't ask for permission but I was sweating a lot.

                                      1 Reply Last reply
                                      6
                                      • F froh42@lemmy.world

                                        Found the IntelliJ (or friends) user.

                                        6 This user is from outside of this forum
                                        6 This user is from outside of this forum
                                        6nk06@sh.itjust.works
                                        wrote last edited by
                                        #31

                                        Actually Clion is prone to eating all your RAM randomly. It's Java after all.

                                        T 1 Reply Last reply
                                        0
                                        • A atro_city@fedia.io

                                          Are IDEs the microsoft word of programming?

                                          L This user is from outside of this forum
                                          L This user is from outside of this forum
                                          lagoon8622@sh.itjust.works
                                          wrote last edited by
                                          #32

                                          Yes and no.

                                          You can avoid all these problems by just coding in Word ofc, but then again all these problems will still happen

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


                                          • Login

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Popular