Are IDEs really like this ?
-
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.
-
I do all my edits using sed inserts, like a real dev.
Just use
ed
like the gods intended -
Oh I don't know. 1,3,5 and 6 resonate strongly with me for Visual Studio 2022. The only reason 4 doesn't is because instead of looking for a setting I DDG "how do I do X in VS2022"
-
Just use
ed
like the gods intendedI use butterflies
-
Pfff, all these amateurs here using Vim. Y'all should use Emacs. You still have all of these problems, but you get to act all superior about it. /s (except for the superiority complex; that's real)
-
vim evangelists incoming although they are on panel 3
Well, my autocompletes works fine but I thinks it's a lot thanks to vscode, which seems to have pushed LSP.