Monday, 6 January 2020

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


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



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.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...