Are IDEs really like this ?
-
vim evangelists incoming although they are on panel 3
-
IDE - The precursor to SATA? I don't get it...
Edit: Learn something new every day! Thank you!
-
Except for buried settings, only Visual Studio is like this.
-
No. Unless there's a bad update... Every few years.
-
IDE - The precursor to SATA? I don't get it...
Edit: Learn something new every day! Thank you!
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
-
vim evangelists incoming although they are on panel 3
Bold of you to assume I even use auto complete!
-
Maybe old IDEs. Like Eclipse 10-20 years ago.
Modern IDEs don’t really have these issues as frequently.
-
IDE - The precursor to SATA? I don't get it...
Edit: Learn something new every day! Thank you!
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.
-
Maybe old IDEs. Like Eclipse 10-20 years ago.
Modern IDEs don’t really have these issues as frequently.
Have you tried modern Eclipse on Wayland? Save often!
-
Have you tried modern Eclipse on Wayland? Save often!
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.
-
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.
-
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.
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.
-
No, they are not a flat rectagle creature with arms and legs.
-
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?
-
No, they are not a flat rectagle creature with arms and legs.
FlatIDEners think otherwise. You are just a conformist not willing to check the facts. IDE is flat! Booo!
-
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.
-
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?
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.
-
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.
Are IDEs the microsoft word of programming?
-
Unreal Engine certainly is.