Are IDEs really like this ?
-
Unreal Engine certainly is.
-
No. Unless there's a bad update... Every few years.
Found the IntelliJ (or friends) user.
-
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.
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.
-
programmer vegeta is having a bad time
-
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
-
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.
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...)
-
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?
-
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?
-
vim evangelists incoming although they are on panel 3
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.)
-
Crys in Vivado
-
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?
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.
-
Found the IntelliJ (or friends) user.
Actually Clion is prone to eating all your RAM randomly. It's Java after all.
-
Are IDEs the microsoft word of programming?
Yes and no.
You can avoid all these problems by just coding in Word ofc, but then again all these problems will still happen
-
vim evangelists incoming although they are on panel 3
"clicks"? Where we're going we don't need... "clicks"!
-
Just use Vim!
(This user was taken out back and shot)
-
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?
I've done critical fixes (usually config) direct on a prod server with vim over ssh before now. Not the best way to do it but sometimes waiting for CI will just take too long...
-
I've done critical fixes (usually config) direct on a prod server with vim over ssh before now. Not the best way to do it but sometimes waiting for CI will just take too long...
Old school "CI/CD" was an FTP server where you dropped DLLs into I remember
-
Just use Vim!
(This user was taken out back and shot)
I do all my edits using sed inserts, like a real dev.
-
Can someone tell me if I'm just stupid and doing something wrong ?
Neovim with Python lsp works 90000% better than any Python extension on vscode for me. I don't hate vscode and I occasionally use it but it kind of sucks for python ? Does anyone have any kind of info that could help, what extensions are you using ?
-
Can someone tell me if I'm just stupid and doing something wrong ?
Neovim with Python lsp works 90000% better than any Python extension on vscode for me. I don't hate vscode and I occasionally use it but it kind of sucks for python ? Does anyone have any kind of info that could help, what extensions are you using ?
vscode isn't an ide either. one of the big problems i've seen with its python lsp server is that it doesn't work if the project structure is "wrong", which means that usability is limited.