Hi,
I have some requirements in making the intellisense customizable. Is it possible?
I want to add a custom item into the drop down that gets triggered when '.' is pressed. Also any information regarding code completion would be very much appreciated.
Basically, i'm looking for something like " A double TAB press after typing "for" would generate the following code:
for (int i = 0; i < length; i++)
{
}.
"
Can we have custom items to insert different code snippets as above?
Thanks in advance!
Regards,
Karthik Bhat