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 8 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.
  • ? Offline
    ? Offline
    Guest
    wrote last edited by
    #1
    This post did not contain any content.
    Link Preview Image
    L L T T M 17 Replies Last reply
    332
    • ? 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
      lukstru@lemmy.world
      wrote last edited by
      #2

      vim evangelists incoming although they are on panel 3

      D M openstars@piefed.socialO bogasse@lemmy.mlB 4 Replies Last reply
      31
      • ? 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
        leave_it_blank@lemmy.world
        wrote last edited by leave_it_blank@lemmy.world
        #3

        IDE - The precursor to SATA? I don't get it...

        Edit: Learn something new every day! Thank you!

        G N 2 Replies Last reply
        6
        • ? Guest
          This post did not contain any content.
          Link Preview Image
          T This user is from outside of this forum
          T This user is from outside of this forum
          themaninblack@lemmy.world
          wrote last edited by
          #4

          Except for buried settings, only Visual Studio is like this.

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

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

            F 1 Reply Last reply
            0
            • L leave_it_blank@lemmy.world

              IDE - The precursor to SATA? I don't get it...

              Edit: Learn something new every day! Thank you!

              G This user is from outside of this forum
              G This user is from outside of this forum
              gargleblaster@lemmy.world
              wrote last edited by
              #6

              From my limited knowledge (just started learning python) an IDE (integrated developing environment) is a program where you can do multiple things in one place while writing a program like coding, debugging or even running your application

              1 Reply Last reply
              9
              • L lukstru@lemmy.world

                vim evangelists incoming although they are on panel 3

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

                Bold of you to assume I even use auto complete!

                1 Reply Last reply
                16
                • ? Guest
                  This post did not contain any content.
                  Link Preview Image
                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  magic_lobster_party@fedia.io
                  wrote last edited by
                  #8

                  Maybe old IDEs. Like Eclipse 10-20 years ago.

                  Modern IDEs don’t really have these issues as frequently.

                  S 1 Reply Last reply
                  17
                  • L leave_it_blank@lemmy.world

                    IDE - The precursor to SATA? I don't get it...

                    Edit: Learn something new every day! Thank you!

                    N This user is from outside of this forum
                    N This user is from outside of this forum
                    neatnit@discuss.tchncs.de
                    wrote last edited by
                    #9

                    I never knew it used to be a storage standard. Turns out it was renamed to PATA at some point.

                    As someone else said, IDE refers to development software like Visual Studio, Eclipse, and others. Nowadays a lot of text editors (VS Code/ium, Sublime Text, and many others) come with enough features to pass as an IDE too, but some people still somehow differentiate between them.

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

                      Maybe old IDEs. Like Eclipse 10-20 years ago.

                      Modern IDEs don’t really have these issues as frequently.

                      S This user is from outside of this forum
                      S This user is from outside of this forum
                      simulation6@sopuli.xyz
                      wrote last edited by
                      #10

                      Have you tried modern Eclipse on Wayland? Save often!

                      M 1 Reply Last reply
                      1
                      • S simulation6@sopuli.xyz

                        Have you tried modern Eclipse on Wayland? Save often!

                        M This user is from outside of this forum
                        M This user is from outside of this forum
                        magic_lobster_party@fedia.io
                        wrote last edited by
                        #11

                        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 1 Reply Last reply
                        2
                        • ? Guest
                          This post did not contain any content.
                          Link Preview Image
                          T This user is from outside of this forum
                          T This user is from outside of this forum
                          thorry84@feddit.nl
                          wrote last edited by
                          #12

                          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 A 2 Replies Last reply
                          45
                          • 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
                                          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