inblog logo
|
codingb
    ETC

    인텔리J에서 스니펫(단축키) 설정하기

    coding S's avatar
    coding S
    Apr 19, 2024
    인텔리J에서 스니펫(단축키) 설정하기

    이 데이터를 스니펫으로 등록할 것이다! (계속 쓰니까…)

    $.ajax({ }).done((res)=>{ }).fail((res)=>{ });
     

     
    notion image
    notion image
    notion image
    notion image
    Define 설정 해주기! -> java나 javaScript나... 먹이려는 언어(?)에
    notion image
     

    스니펫 끝!

    이제 ajj라고 쓰면 데이터가 찍혀서 나올 것이다

     

    스니펫 커서 위치 설정하는 법

    @Test public void $END$_test(){ // given // when // then }
    💡
    Live Templates의 Template Text에 $END$를 넣으면 커서의 위치를 지정하는 것이 가능!
     
    Share article

    codingb

    RSS·Powered by Inblog