Add a "Export unused declaration" codefix #60762
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
π Search Terms
fix unused
β Viability Checklist
β Suggestion
Add a "Export unused declaration" codefix.
π Motivating Example
Before:
After (depends on module type):
π» Use Cases
Sometime we may forget to export a declaration and hence the declaration is marked as unused.
To fix it, we have to back to export it manully, which is cumbersome.
The text was updated successfully, but these errors were encountered: