VScode-extension icon indicating copy to clipboard operation
VScode-extension copied to clipboard

[WISH] Squiggly lines on invalid argument type in function call?

Open JakubKoralewski opened this issue 4 years ago • 0 comments

works-on-strings: function [
    arg1 [string!]
] [
    print arg1
]
works-on-strings 4

should visually indicate the following error

>> works-on-strings 4
*** Script Error: = does not allow integer! for its arg1 argument
*** Where: works-on-strings
*** Stack: works-on-strings

It does not for me at the moment: obraz

JakubKoralewski avatar Nov 23 '20 13:11 JakubKoralewski