Published
- 1 min read
vscode auto delete unused imports
The solution for this is noted below
vscode auto delete unused imports
Solution
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
Try other methods by searching on the site. That is if this doesn’t work