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
…odel (#3280)
add following feature
1. support completion when user typing model expression as decorator
argument value
2. support completion for extended model
3. support showing decorator model argument prop information when
hovering on model expression as decorator argument value
closes#3130, closes#2228, closes#1956
---------
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
It has become common to make decorators that have signatures like this:
extern dec test(options: { one: string, two: string, })
It would be useful if you got completion for the
one
andtwo
here. Essentially the equivalent of this in TypeScript:The text was updated successfully, but these errors were encountered: