Hi,
I got a project containing too many errors. I want to search all code elements whose name property containing sub string "AAA" and remove them. How can I implement it by EnvDTE features. I have known how to create and config a VSPackage project, here I just need a code sample.
Thanks.