자바스크립트, css 파일 수정할 때는 이클립스보다.. VS Code가 편한데~ 자동 반영이 안되어서.... VS Code에서 수정했다가도... 이클립스를 한번 클릭 해줘야 하는 불편함을 해소하고자.... 몇개월만에 방법을 찾았다!!
Refesh using native hooks or polling 체크!!
window -> Preferences
General -> Workspace -> Refesh using native hooks or polling 체크!!
된다~ 잘된다~!
자동 반영됨!!!
참고 :
https://stackoverflow.com/questions/1212633/can-eclipse-refresh-resources-automatically
Can Eclipse refresh resources automatically?
Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside of the IDE) differently from other IDEs that I've used, where only resources with editors open are
stackoverflow.com
https://timmer.tistory.com/122
이클립스와 VSC (비주얼 스튜디오 코드) 연동하여 사용하는 법 - 최종
Java를 작업하기엔 이클립스가 최적화되어 있지만 CSS나 HTML, JS 등을 작업할 때는 VSC의 extention을 사용하여 작업하는 것이 효율적이다. 아래의 순서만 따라하면 VSC에서 사용하고 이클립스로 자동
timmer.tistory.com