Comment 4 for bug 1558767

Revision history for this message
Nick (thekolian1996) wrote :

Thank you for the link about Lasso tool - it describes why it is done like that very well.

Commands like Ctrl+Shift+N (Ctrl+Shift+Т in Russian keyboard layout) work well.

I have used Tuple in my code, so one more question about it: is it fine to install NuGet-package System.ValueTuple? I want to use code like (a, b) instead of Tuple<T1,T2>. I like new approach more, but I can do the old way, too.