-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Open
Labels
Good First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
TypeScript Version: 3.9.0-dev.20200330
Search terms
- quick fix
- declare method
- private
Repro
For ts file:
index.ts
class Bar {
bar() {
this._baz(123)
}
}
- Trigger quick fixes on
_baz
Feature request:
#36249 added a quick fix for adding private properties. However there is no quick fix for adding a private method
Playground Link:
Related Issues:
bpasero and ExE-Bossasd34-45
Metadata
Metadata
Assignees
Labels
Good First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScript