Codefix for "Did you mean to include 'new'?" #26580
Labels
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Experience Enhancement
Noncontroversial enhancements
Fixed
A PR has been merged for this issue
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Suggestion
An idea for TypeScript
Milestone
Suggestion
Given this code:
The error message says
Did you mean to include 'new'?
. We should have code fix that adds 'new' in front of the call expression.The text was updated successfully, but these errors were encountered: