-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
JavaScript IntelliSense not recognizing dynamically added properties #31910
Comments
Any look at this issue??? |
Hey, Is there anyone here? Can anyone look at this issue?? |
@minkir014 Duplicate of #31854 and #12416 ? |
Is there any intend to fix these issues??? |
@dragomirtitian Can you response? Is there a near fix??? |
@minkir014 I am not the right person to answer that, I am not a member of the typescript team an have no insight into their priorities (the contributor badge on my comments just means at least one of my PRs was merged to master, nothing more). All I can say is I am not planning to fix it, but that does not count for much 😊 The tickets I reference have been around for a while so I suspect a fix is not coming in the near future, but that is just speculation on my part. |
@dragomirtitian Someone suggested a solution but I didn't know how to apply it see this and if you know how to apply that, tell me #12278 (comment) |
This issue has been marked as a 'Duplicate' and has seen no recent activity. It has been automatically closed for house-keeping purposes. |
There is a problem with objects intellisense. I'll show two examples.
This should show
City
as property not only as text.This should also shows
name
as property not only as text.The text was updated successfully, but these errors were encountered: