I press Alt+M and want to jump to a lambda definition.
It is possible to show them in the style
classname::functioninclass::lambda[]
Would be a nice feature.
Greetings Martin
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
Are you working in a cpp file, and looking to have lambda functions inside functions listed in the Alt-M list? I am just making sure I understand what you are thinking here correctly. Or are you thinking in C#?
Are you thinking only lambda functions that are assigned to a name, as a local variable? What about parameters in function calls, as one example where the lambda isn't assigned a local name.
I am Working with C++. I mean assignment to a auto variable. lambdas without names can't be shown.
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming