Emacs vs. WebStorm for Node.js Development
spin.atomicobject.com
Emacs vs. WebStorm for Node.js Development
1–10 of 105 posts
Re: Emacs vs. WebStorm for Node.js Development
#2Re: Emacs vs. WebStorm for Node.js Development
#3> "complex edits [in Emacs] using Vim macros"
This is a big surprise. I left vi for emacs in the early '90s when vi's macros were crippled, to say the least. I'm using vim for quick edits, mainly on servers or configuration files (sudo vi /etc/something). Did vim macros really become better than Emacs' ones?
Re: Emacs vs. WebStorm for Node.js Development
#4tl;dr: (everybody already know this) webstorm is better at debugging
Re: Emacs vs. WebStorm for Node.js Development
#5Partially offtopic. The author is doing > "complex edits [in Emacs] using Vim macros" This is a big surprise. I left vi for emacs in the early '90s when vi's macros were crippled, to say the least. I'm using vim for quick edits, mainly on servers or configuration files (sudo vi /etc/something). Did vim macros really become better than Emacs' ones?
Emacs isn't that much worse, vim is just faster and easier.
Re: Emacs vs. WebStorm for Node.js Development
#6Partially offtopic. The author is doing > "complex edits [in Emacs] using Vim macros" This is a big surprise. I left vi for emacs in the early '90s when vi's macros were crippled, to say the least. I'm using vim for quick edits, mainly on servers or configuration files (sudo vi /etc/something). Did vim macros really become better than Emacs' ones?
Re: Emacs vs. WebStorm for Node.js Development
#7Re: Emacs vs. WebStorm for Node.js Development
#8Partially offtopic. The author is doing > "complex edits [in Emacs] using Vim macros" This is a big surprise. I left vi for emacs in the early '90s when vi's macros were crippled, to say the least. I'm using vim for quick edits, mainly on servers or configuration files (sudo vi /etc/something). Did vim macros really become better than Emacs' ones?
Re: Emacs vs. WebStorm for Node.js Development
#9tl;dr: (everybody already know this) webstorm is better at debugging
not being able to Ctrl-click a variable or function really reduces my efficency (especially with code that I did not write entirely on my own).
Re: Emacs vs. WebStorm for Node.js Development
#10Partially offtopic. The author is doing > "complex edits [in Emacs] using Vim macros" This is a big surprise. I left vi for emacs in the early '90s when vi's macros were crippled, to say the least. I'm using vim for quick edits, mainly on servers or configuration files (sudo vi /etc/something). Did vim macros really become better than Emacs' ones?
The author is actually just using Emacs macros with vim-style keybindings. Emacs macros are still probably more powerful.
;; select the current graph
(execute-kbd-macro (kbd "ma{y}`a"))