Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.75 KB

CollaborationWithinIntelliJ.md

File metadata and controls

61 lines (32 loc) · 1.75 KB

Collaboration within IntelliJ IDEA

[TOC]

https://www.youtube.com/watch?v=wBXSUdT1jX0

이 영상을 빠르게 보고 내가 사용하지 않고 있던 유용한 intelliJ의 기능 몇가지를 배워서 정리해 봅니다.

http://jojoldu.tistory.com/ 님에게 감사드립니다.

H2 File DB 사용하기

이 건 안 해 봤는데 h2 file db를 intellij에서 접근하는 방법에 대한 것이다.

IntelliJ를 JIRA와 연동해서 사용하기

http://jojoldu.tistory.com/260

git flow integration

http://jojoldu.tistory.com/268

IntelliJ에서 Json 작업 쉽게 하기

http://jojoldu.tistory.com/273

json view plugin

DTO generator plugin

DTO from json

POJO to JSON plugin

make json(class명에서 우클릭)

문자열에서 바로 Json String 생성하기

“”; 문자열에서 opt+enter - inject language or reference / json 선택

opt + enter / edit json fragment

그럼 JSON 코드 사용모드가 열립니다. 아래 하단 영역에서 JSON 입력시 자동으로 커서가 있는 곳에 \추가한 JSON 형태의 문자열이 코드 작성시 자동으로 추가됩니다.

jojoldu로 검색하여 Translator plugin 설치

  • 한영변환. 주문취소 선택 후 opt+1하면 cancelOrder 를 보여주고
  • opt+2하면 cancelOrder로 치환해줌