• Goretantath@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    9
    ·
    4 days ago

    I really never understood what benefits an IDE has over Notepad++, they take up SOOOO much drive space for me when all i want to do is make a mod to someone elses file…

    • zaubentrucker@sopuli.xyz
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      4 days ago

      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.

      • nickwitha_k (he/him)@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        4 days ago

        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.

    • piccolo@sh.itjust.works
      link
      fedilink
      arrow-up
      6
      ·
      4 days ago

      If you all you need a text editor… great. But an IDE gives you tons of tools, such as debugging, breakpoints, memory inspection, intergated terminals, some may even include visual gui editors. Thats why they are called “Development environments”.

      • MonkderVierte@lemmy.ml
        link
        fedilink
        arrow-up
        1
        arrow-down
        3
        ·
        4 days ago

        debugging, breakpoints, memory inspection

        glorified printf debugging

        intergated terminal

        real terminal