red / VScode-extension

Red extension for Visual Studio Code
Boost Software License 1.0
40 stars 17 forks source link

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

Open JakubKoralewski opened 3 years ago

JakubKoralewski commented 3 years ago
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