lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Function overloading based on enum parameter

Open zxsleebu opened this issue 3 years ago • 1 comments

basically this: https://stackoverflow.com/questions/53848410/typescript-function-overloading-with-enum but implemented in lua.

code

zxsleebu avatar Jul 30 '22 17:07 zxsleebu

would really like to see this

zxsleebu avatar Sep 08 '22 13:09 zxsleebu

Need to first support the differentiation of functions according to parameter types.

sumneko avatar Nov 07 '22 19:11 sumneko