Skip to content

IntelliJ

jaeseok.an edited this page Nov 20, 2019 · 5 revisions

python sdk configure

  • platform_settings/sdk에 venv 등으로 만들어진 작업환경안의 python or python3를 지정하여 sdk생성
  • project/project_sdk에 위에서 만든 python sdk를 지정

regexp

  • group 패턴 replace
    • grouping - (pattern)
      • 전체를 grouping 하려면 (전체pattern)
    • replace - $1 ~ $n

test

Clone this wiki locally