SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Features and/or Improvements => Topic started by: rowbearto on March 04, 2019, 03:48:06 PM

Title: Get type of "auto" from mouse-over and into clipboard
Post by: rowbearto 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