You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language server uses reflection to provide things like hover hints for built-in classes like Channel. Method parameter names are not included by default in compiled Java code, but it should be possible to include them with the -parameters flag.
I tried it with this gradle config but it didn't work:
The language server uses reflection to provide things like hover hints for built-in classes like
Channel
. Method parameter names are not included by default in compiled Java code, but it should be possible to include them with the-parameters
flag.I tried it with this gradle config but it didn't work:
It compiled but then the hover hint was still incorrect:
I probably just did something wrong in gradle, will come back to this later
The text was updated successfully, but these errors were encountered: