Are IDEs really like this ?
-
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.
-
Install the right plugin and IntelliJ will act like Eclipse ten years ago. Bonus points for the plugin being a mandatory part of your company's work flow with no alternatives other than a command line nobody can help you with.
-
Just use
ed
like the gods intendedWhat about Edd and Eddy?
-
modern IDEs are dog shit. If I needed a glorified clippy telling me how to do my job I'd smash my brains out all over my keyboard.
Give me an editor with the following and I'll be good for life.
- syntax highlighting/error flagging
- project scoping
- script injection
- ftp/scp
nice to have:
- db viewer (SQL/sqlite)
- json viewer
- diff
- git/vcs
if an editor can do all that I can make it do whatever I need.
-
That is a pretty good way to look at it.
-
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.)
Nah thanks, I want to program by solving logic problems, not syntax problems.
-
Actually Clion is prone to eating all your RAM randomly. It's Java after all.
Java can only eat RAM up to a limit. So while it is memory hungry, it won't be randomly "eating all your RAM". Rather, more predictably it'll eat a lot more of your RAM than you'd like.