autocompletion putting space after method name
It seems like the autocompletion when pressing Tab for methods that take multiple parameter lambdas inserts a space after the method name before the parentheses even though the Advanced Setting for no space after method name is set. This does not happen for methods that take a single parameter lambda.
It also seems that methods that take parameters that are not lambdas don't get autocompletion of parentheses at all?
It also seems that methods that take parameters that are not lambdas don't get autocompletion of parentheses at all?
Comments
Any update on correcting this in the editor?
Can you give an example?
I couldn't find a (LINQ) built-in extension method that takes a multi-parameter Func as its first (or only argument) after this, so here is a short example:
If you type in the
var ans
line after the extension method is defined in C# statements mode, and when your pick list while typing inReduce
becomes a single choice, press for completion, and you will get a space afterReduce
even if (C#) Insert space after method name is false.Thanks - there will be a fix for this in the next build.