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
Hi, thanks a lot for your suggestions! This is very desirable to have. It would introduce a kind of "Quick Fix" feature. Technically, it seems best to try to analyze tsc error messages, such as Property 'bar' does not exist on type 'Foo', and suggest fixes based on those messages. I will look into that.
TypeScript has plans for quick fix support in 2.1. microsoft/TypeScript#6943
and will most certainly be included in VS Code. Let's await and decide later.
Like Webstorm and VisualStudio, write dreamcode before it there!
[ ] Fields
[ ] Methods
Exemple:
Before:
After:
The text was updated successfully, but these errors were encountered: