Hacker News new | ask | show | jobs
by cpascal 2235 days ago
Maybe your particular development environment(s) don't use function keys, but I find function keys indispensable when debugging. Most debuggers I use have the function keys mapped for step-over, step-out, and step-into.

The editors and IDEs I use also generally use the function keys for code-search, goto-defintion, and symbol-rename.

For me (and I suspect many others), the lack of tactile function keys is a productivity hit.

2 comments

My two development environments have been Emacs and IntelliJ. The latter does depend on function keys for the actions you’re describing, but I’ve found it utterly impossible to memorize them. There’s no mnemonic available for F keys; so remember which is step over and which is step in just does not stick. I ended up rebinding those long before the touchbar arrived.
This is also why I miss my f keys.