emp...@gmail.com
unread,Oct 13, 2009, 4:11:34 AM10/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Hello,
I realized in many macros like "while" ,"if" "for" , the intellisense
works fine inside the paranthesis
like:
while(foo.Bar /*intellisene works here*/ ) {... }
However, it doesn't work for my own macros. Are such macros hard
coded to VS addin or am I missing something ?