Programmers, which of these shortcuts do you use?
-
-
undefined Evan Prodromou ha condiviso questa discussione
-
@evan no need for me to copy and paste, as Emacs abbreviation mode does a smart version much quicker ๐
-
@evan no need for me to copy and paste, as Emacs abbreviation mode does a smart version much quicker ๐
@joncruz I'm not sure what you mean.
-
@joncruz I'm not sure what you mean.
@evan it's why I dont bother setting up "smart completion" for most languages. I hit the magic key combo and Emacs searches through all my open buffers to see "ok, last time you had typed this sequence of characters, you then followed it with this result". And another combo will cycle through other options starting with most recent. Kinda works like magical "I know what you need" copy-n-paste.
-
@evan it's why I dont bother setting up "smart completion" for most languages. I hit the magic key combo and Emacs searches through all my open buffers to see "ok, last time you had typed this sequence of characters, you then followed it with this result". And another combo will cycle through other options starting with most recent. Kinda works like magical "I know what you need" copy-n-paste.
@joncruz like CoPilot!