IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

Support for Metalua / MoonSharp Lambda Syntax: |x, y| x + y

Open markthequark opened this issue 6 months ago • 1 comments

I'd like to request support for lambda syntax anonymous functions used by Metalua and MoonSharp.

With lambda syntax

|x, y| x + y

is treated as syntax sugar for:

function(x, y) return x + y end

markthequark avatar May 14 '25 13:05 markthequark

Based on the current maintenance status, this is not possible.

CppCXY avatar May 15 '25 02:05 CppCXY