Author Topic: Get type of "auto" from mouse-over and into clipboard  (Read 2592 times)

rowbearto

  • Senior Community Member
  • Posts: 2336
  • Hero Points: 132
Get type of "auto" from mouse-over and into clipboard
« on: March 04, 2019, 03:48:06 PM »
When I see "auto" keyword in modern C++, I would like to have SlickEdit aid me in determining the type, such as:

1) A mouse-over can show the type
2) A right click menu item/macro can place the type into the clipboard so I can paste it
3) push-tag on the "auto" brings me to the definition of the type
4) A macro command can replace the "auto" with the actual type
« Last Edit: March 08, 2019, 04:41:52 PM by rowbearto »