How to automatically remove unused imports in VS Code? #vscode

preview_player
Показать описание
In this video, we are going to see how to automatically remove unused imports in VS Code!

This is really useful and helpful when you don't want to make your eslint complain about the unused imports or your application fails to build because you forgot to remove an import after removing its implementation.

If you like the video, please like, share, or comment on it!

Do not forget to subscribe for more videos like this one.

Thanks for watching!

#vscode #webdevelopment
Рекомендации по теме
Комментарии
Автор

I've been looking for how to remove unused imports on save.Thanks mate!

Dnsl
Автор

Another useful tutorial, thank you Adnan!

alminhodzic
Автор

got instant chills when i hit alt shift o. wow.

an_sound
Автор

Hi! Do you know a tool for organizing imports for .cs files?

lazasergiu
Автор

that's not "automatically", is manually removing with key shortcuts

MarioFlores