My thoughts about editors in 2020
phaazon.net
My thoughts about editors in 2020
1–10 of 71 posts
Re: My thoughts about editors in 2020
#2I really like smart IDE’s like IntelliJ and pycharm. I’m doing a typescript project in VSCode and the refactoring and code understanding is just... not enough. I agree with James Gosling’s opinion of heavy IDE’s. They help me. I’m not out to prove any my manliness
Also, I feel like I do more reading code and debugging than writing nowadays, and I am not bothered by my speed at writing code.
Re: My thoughts about editors in 2020
#3Re: My thoughts about editors in 2020
#4The fact that it happens to be powerful enough to do everything I want is of course necessary, but there are dozens of editors that satisfy that requirement. Simply not having to switch out of Vim navigation or move my hands off the keyboard for the whole day across the dozens of different tools that I use is what makes it a winner.
Re: My thoughts about editors in 2020
#5My thoughts after coding for 15 years now... I still can’t be bothered to learn emacs or vim. I’ve tried and it just never sticks. I remember fewer commands in vim than I knew 10 years ago. I really like smart IDE’s like IntelliJ and pycharm. I’m doing a typescript project in VSCode and the refactoring and code understanding is just... not enough. I agree with James Gosling’s opinion of heavy IDE’s. They help me. I’m…
Re: My thoughts about editors in 2020
#6My thoughts after coding for 15 years now... I still can’t be bothered to learn emacs or vim. I’ve tried and it just never sticks. I remember fewer commands in vim than I knew 10 years ago. I really like smart IDE’s like IntelliJ and pycharm. I’m doing a typescript project in VSCode and the refactoring and code understanding is just... not enough. I agree with James Gosling’s opinion of heavy IDE’s. They help me. I’m…
Re: My thoughts about editors in 2020
#7My thoughts after coding for 15 years now... I still can’t be bothered to learn emacs or vim. I’ve tried and it just never sticks. I remember fewer commands in vim than I knew 10 years ago. I really like smart IDE’s like IntelliJ and pycharm. I’m doing a typescript project in VSCode and the refactoring and code understanding is just... not enough. I agree with James Gosling’s opinion of heavy IDE’s. They help me. I’m…
I'm 10 years in and I'm the same. My editor is never, ever my bottleneck. Especially not to the degree that I'm going to sink dozens of hours into learning one. It has never gotten in my way and I just don't care. I have given Vim a couple of hours, realised I was learning solutions to problems I never had, and I moved on. Life's too short for that noise.
Re: My thoughts about editors in 2020
#8No Sublime Text in review; huge omission
(Joking, but for very small files, I'm doing this more and more.)
Re: My thoughts about editors in 2020
#9emacs is my primary editor.
I used to use vi/vim more, because it is available just about everywhere and it's great for quickly editing a config file on a remote system.
But once I started using tramp, I now use emacs for all systems.
Tramp is a built-in way of editing files on remote systems using ssh as the transport. I can edit remote config files on dumb iot devices that don't run much more than busybox - with highlighting and undo and all the full-featured stuff.
open /ssh:foo:.profile to edit your profile on remote system foo.
You can also mix files - local and remote - all in different buffers. copy/paste between them, etc.
One thing he mentioned I haven't tried is LSP. anyone have any tips?
Re: My thoughts about editors in 2020
#10My thoughts after coding for 15 years now... I still can’t be bothered to learn emacs or vim. I’ve tried and it just never sticks. I remember fewer commands in vim than I knew 10 years ago. I really like smart IDE’s like IntelliJ and pycharm. I’m doing a typescript project in VSCode and the refactoring and code understanding is just... not enough. I agree with James Gosling’s opinion of heavy IDE’s. They help me. I’m…
It’s always seemed silly to me not to use tools that make your job easier. JetBrains products are the most powerful software I have to get my work done.