728x90
Situation
- Sometimes you forget to remove un-used packages before push
- To avoid this situation, Set
source.organizeImports
setting in Visual studio code
Action
- Go to VSCode setting with
Command + ,
- Open
settings.json
file - add this to the file
... "editor.codeActionsOnSave": { "source.organizeImports": true } ...
728x90
'Research > Tool' 카테고리의 다른 글
API_Swagger auto-gen 적용기 (0) | 2023.01.15 |
---|
댓글