I'd love to have a command that can put the current symbol on the clipboard, and this would be short-work if the current symbol where available via a TM_* variable, but I'm not seeing it.
My particular use case is Python and I'd like to be able to easily construct "<module>.<class>.<method>" or "<class>.<method>".
I see no way of getting this information, short of writing a python- specific parser to grab it (using TM_LINE_NUMBER to figure out where the cursor is). Am I missing something?
j.