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
TS can now apply some quick fixes to all applicable locations in a file. Example fixallable declarations include: removing unused declarations and adding this.
Testing
In a TS file
Introduce a quick fixable error (such as a missing this. for a member references)
#40170
Complexity: 2
OS:
Summary
TS can now apply some quick fixes to all applicable locations in a file. Example fixallable declarations include: removing unused declarations and adding
this.
Testing
In a TS file
Introduce a quick fixable error (such as a missing
this.
for a member references)Introduce a second error of the same type in the file
Try introducing other errors in the file and quick fixing them
The text was updated successfully, but these errors were encountered: