-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax lookup: Deprecated decorator #349
Syntax lookup: Deprecated decorator #349
Conversation
Same game here as in the warning attribute... there's I think @@deprecated for the module level as well if i am not mistaken... I guess we can treat module / scope level differently...? |
Great. It looks like it works as follows: [1] Use Working nicely in VSCode with both
Putting them on different pages in the Syntax Lookup seems sensible to me. I feel that seeing both What do you think? |
Sounds good! So let's make it clear how each decorator attaches to expressions / modules in separate widget items |
Hi @ryyppy, PR updated, what do you think? |
awesome! |
@ryyppy btw, thanks for your suggestions/updates, it's very helpful for me to better understand how some of the concepts should be expressed 🙏 |
Suggestion for #162
I'm not sure if we have any docs for this one yet so I haven't included any references.
PR should be editable, please feel free edit.