728x90 Research/Tool2 How to remove un-used imported package automatically in Visual Studio Code 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 } ... 2023. 9. 22. API_Swagger auto-gen 적용기 들어가기 7일짜리 미니 프로젝트에 Swagger를 적용하여 팀원분들이 편리하게 API를 확인할 수 있는 명세를 만들고 싶었다. 물론 구글시트로 상세하게 명세를 해두었긴 했지만, 직접 요청할 수 있는 Swagger를 사용해보고 싶은 마음이 컸다. 하지만 Swagger를 사용하려면 한땀한땀 주석을 달아야한다는 것을 보고 7일짜리 프로젝트에 적절한 시도일까라는 의문이 들 때 즈음 Swagger auto-gen을 알게되었다. 배경 지식 sswagger auto-gen 작동 원리의 핵심은? Swagger auto-gen에게 router의 경로를 알려주면 하위 router을 알아서 추적하여 자동으로 api 명세서를 위한 json 파일을 생성해주는 원리다. 프로세스 swagger.js 실행 : package.json.. 2023. 1. 15. 이전 1 다음 728x90