2021年3月19日星期五

How to "Select all and Copy' on the Error List of Visual Studio using Visual Studio2019 Macros

I know that we can do a Ctrl A + Ctrl C on the error list to copy all items in the error list. I want to automate this using Visual Studio Macros. DTE.ExecuteCommand("Edit.SelectAll") is not working for me. It says "Command Edit.SelectAll is not available". What could be done to do a Ctrl A operation using Visual Studio Macro?

https://stackoverflow.com/questions/66703295/how-to-select-all-and-copy-on-the-error-list-of-visual-studio-using-visual-stu March 19, 2021 at 02:09PM

没有评论:

发表评论