How to show full autocomplete suggestion in VS with native code (COM project reference)?

111 Views Asked by At

I am working with a .Net 5 project with native code - a COM reference project: Interop.Excel 16, and it appears not to fully support autocomplete suggestion for COM instance. This is not just in case of C#, I met the same problem coding pywin32 with VSCode, no suggestion at all. There is not much documentation for these things as well.

Is there any solution for this? Looking forward to hearing from you!

1

There are 1 best solutions below

0
Tien Dang On

I find my own answer. The best practice is use the macro recorder in Excel. Then editing the macro source is very easy.