This issue has been created from an NNTP article.
Hi there,
Can anyone give me some help in preventing Resharper from inserting a left parenthesis when typing an array constructor, for example I want to type
function( new int[] ...etc
But as soon as I type the left square bracket, Resharper inserts a left parenthesis resulting in
function( new int([]
Thanks,
Andrew.