Place Text Rotated Wish

So currently when you use the text tool it only allows you pick a start point and then the text is put in along the x-axis. I would like to see this a bit more dynamic when actually placing text, as currently if I want something different I have rotate it after the fact, or rotate the cp plane, then rotate it back. It would be nice to have the option to pick two points and have the text placed along those points.

Wish added to list: http://mcneel.myjetbrains.com/youtrack/issue/RH-24926

Hi Dennis- here’s a macro, just in case it helps for now.

! _SelNone _Text
_Pause _Pause
_SelLast
_Rotate

-Pascal