Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
23 stars 12 forks source link

Match Correct Signatur in Function Hover #11

Open Serpen opened 3 years ago

Serpen commented 3 years ago

Currently the first nameonly-matching Signature is shown. This signature mustn't have the correct type, so a function call matches a property. The first matching function is shown, based on the amount of commas it could try matching a better one.