Macos – How to let TextMate show line numbers when I’m coding C++

cmacostext-editorstextmate

How can I let TextMate show line numbers when I'm coding C++?

Best Answer

Press Cmd-Opt-L or select View » Gutter » Line Numbers.

I don't think it's possible to automatically enable display of line numbers dependent on your current language. But with the default keyboard shortcut this command is easy enough to reach.

Related Question