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
For the above example, there are no IntelliSense suggestions for the value assigned to testClass.
I think adding IntelliSense support for values of variables with names ending with [Cc]lass[es] would improve DX. Please also make it support reassignment, e.g.:
Added in 1.5.6. Currently, it only supports IntelliSense: class sorting and linting will take a significant rewrite that I'm not able to do at the moment; I will definitely work on that in the future, however. Thanks for the suggestion!
For the above example, there are no IntelliSense suggestions for the value assigned to
testClass
.I think adding IntelliSense support for values of variables with names ending with
[Cc]lass[es]
would improve DX. Please also make it support reassignment, e.g.:The text was updated successfully, but these errors were encountered: