Earlier quoted context omitted.
But this is people that use their autocomplete, F8 step through debugging and the like. I was like that about 20 years ago, working with Eclipse and later NetBeans for Java and Visual Studio for C# .net v1 (anyone remembers whole tomato extensions?). I needed the IDE , the autocomplete, the debugger and all that. Nowadays, I do mostly Vim and Vscode for more complex projects. I don't know why, but I "grew out" of nee…
The weird thing about comments like these is that of course you can do all of this stuff with Emacs, you just have to figure out how.
My company has banned the use of Jetbrains IDEs internally
141–150 of 201 posts
Re: My company has banned the use of Jetbrains IDEs internally
#142Earlier quoted context omitted.
But this is people that use their autocomplete, F8 step through debugging and the like. I was like that about 20 years ago, working with Eclipse and later NetBeans for Java and Visual Studio for C# .net v1 (anyone remembers whole tomato extensions?). I needed the IDE , the autocomplete, the debugger and all that. Nowadays, I do mostly Vim and Vscode for more complex projects. I don't know why, but I "grew out" of nee…
Are you using Vim and VSCode in plain text for everything? Or do you still like the language server, syntax highlighting and the like?
Re: My company has banned the use of Jetbrains IDEs internally
#143I've seen so many editors come and go, and yet I've been using Vim for the past 20 years and have never had a problem. As stupid as it sounds, if I could give one piece of advice to any entry level SWE, it would be to learn Vim or Emacs and just stick with it for your whole career.
I would definitely much rather install VSCode or an IntelliJ product on a Jr's machine, show them how to setup their terminal, get their dev environment setup, how to run and debug the app, and off they go. Edit code. Run code. Debug code. Rinse repeat.
Much more reasonable and preferable to having them spend months learning Emacs. Let's remember, they likely don't know how to use the terminal either these days.
Re: My company has banned the use of Jetbrains IDEs internally
#144Earlier quoted context omitted.
Amen to that. Although I think I feel like I am participating in a war I don't want to be part of. But this has been a line in my shell config since I was teenager. export EDITOR=vim VISUAL=vim # Viva vim, death to emacs
OK, since we're wasting our time on the Pointless Editor War, I shall confess I know exactly one thing about Vim, the command `:q!'. That's all I've ever needed to know.
i
:w
:qRe: My company has banned the use of Jetbrains IDEs internally
#145Earlier quoted context omitted.
OK, since we're wasting our time on the Pointless Editor War, I shall confess I know exactly one thing about Vim, the command `:q!'. That's all I've ever needed to know.
It’s one third of what you’ll ever need to use Vim: i :w :q
Re: My company has banned the use of Jetbrains IDEs internally
#146Re: My company has banned the use of Jetbrains IDEs internally
#147Earlier quoted context omitted.
OK, since we're wasting our time on the Pointless Editor War, I shall confess I know exactly one thing about Vim, the command `:q!'. That's all I've ever needed to know.
It’s one third of what you’ll ever need to use Vim: i :w :q
Re: My company has banned the use of Jetbrains IDEs internally
#148Earlier quoted context omitted.
An editor is the least interesting thing to learn in computer engineering. If you enjoy wasting your time may I suggest something like stamp collecting that doesn't create billions of dollars of lost productivity for the rest of us?
Misrepresenting my comments as you have done shows how weak your position is. Don't bother replying further as I will not read it.
Re: My company has banned the use of Jetbrains IDEs internally
#149I've seen so many editors come and go, and yet I've been using Vim for the past 20 years and have never had a problem. As stupid as it sounds, if I could give one piece of advice to any entry level SWE, it would be to learn Vim or Emacs and just stick with it for your whole career.
But this is people that use their autocomplete, F8 step through debugging and the like. I was like that about 20 years ago, working with Eclipse and later NetBeans for Java and Visual Studio for C# .net v1 (anyone remembers whole tomato extensions?). I needed the IDE , the autocomplete, the debugger and all that. Nowadays, I do mostly Vim and Vscode for more complex projects. I don't know why, but I "grew out" of nee…