EmmyLua / VSCode-EmmyLua

Lua IDE/Debugger Plugin for VSCode
632 stars 89 forks source link

Function parameter hint? #122

Closed faseceroo closed 1 year ago

faseceroo commented 1 year ago

Is it possible to show parameter types in vs code? I see it can be done in Intellij. In vs code we have

image

Enable param hint = activates the underlined texts in green Variable parameter hint = ?

I guess it's an option to show the type of the Anim variable which is UAnimInstance but it doesn't seem to work.

CppCXY commented 1 year ago

vscode and intellij are different implementations about inlay hint.I'm currently working on a new language server and may not have time to deal with vscode-emmylua

faseceroo commented 1 year ago

No worries, both extensions are great. I'm trying to use Intellij which seems to have erverything I need. Thanks gl with your project!