
Hi,
I have a C# class with few properties and methods, I have a requirement to support adding more methods to this c# file. I have developed an Visual studio 2010 Extension toolwindow, where I have Syntaxt Editor. While writing the new method, I want to show all available properties and methods in the class as intellisense. Please provide me some samples on how to support this.
Thanks
Hari
I have a C# class with few properties and methods, I have a requirement to support adding more methods to this c# file. I have developed an Visual studio 2010 Extension toolwindow, where I have Syntaxt Editor. While writing the new method, I want to show all available properties and methods in the class as intellisense. Please provide me some samples on how to support this.
Thanks
Hari