editplus에는 ctrl + d 단축키를 이용하면 현재일자를 입력할 수 있는데요...
혹시 phpstorm에도 비슷한 기능이 있을까요?
라이브 템플릿을 사용하시면 됩니다.
http://stackoverflow.com/questions/8714779/is-there-a-shortcut-for-inserting-date-time-in-intellij-idea
여기 댓글에도 언급된 대로, Edit variables > Expression 에 date()가 기본으로 추천이 되는데...date에 포맷을 넘겨줄 수도 있어요
감사합니다.
editplus에는 ctrl + d 단축키를 이용하면 현재일자를 입력할 수 있는데요...
혹시 phpstorm에도 비슷한 기능이 있을까요?