Emacs with a package on a league of its own: Helm

10 points by tuhdo ↗ HN
Why Helm is powerful: An example in jump around Linux kernel source tree interactively: http://tuhdo.github.io/helm-intro.html#sec-28

Helm is capable of a lot. For example, context-senstive code completion in Helm: http://tuhdo.github.io/static/auto_complete.gif . Pay attention to before and after liux/printk.h is included.

2 comments

[ 3.5 ms ] story [ 17.4 ms ] thread
Looks awesome. I'll be spending some time over the weekend messing around with it.
I had always stayed away from helm, as I didn't realise it could do all this. Started using this morning after seeing this guide. Nice work!