[pycharm파이참에서 import 자동으로 hide숨김을 해제하는 방법]How do I make pyCharm stop hiding (unfold) my Python imports?
Python/Pycharm 2021. 11. 22. 10:28As this question may be useful for people who also are not looking for the term "code folding", I'll make my comment an answer.
As extracted from IntelliJ IDE Web Help, but also worked on PyCharm CE 3.4.1:
- Open the IDE Settings (File > Settings, or Ctrl+Alt+S).
- Under the "Editor" node, click "General" and then "Code Folding". The "Code Folding" page is displayed.
- In the "Collapse by default list", select the check boxes to the left of the code constructs you want to be displayed collapsed. So here you can uncheck "Imports".
- Apply changes.
The image below shows what it looks like:
----------------------------------------------------
Updated
File -> Setting -> Editor -> General -> Code Folding -> at 'Fold by default', uncheck 'Imports'
'Python > Pycharm' 카테고리의 다른 글
파이참Pycharm으로 원격 서버 SSH 연결해서 코드 수정하기 (윈도우) (0) | 2022.02.25 |
---|---|
pycharm untrusted server certificate popup [파이참] Server Certificates 오류 해결 (0) | 2021.11.25 |
파이참pycharm에서 2개 이상의 multiple projects 돌리는 방법 (0) | 2021.03.06 |
[self] pycharm에서 graphviz를 conda로 설치하니 안되는데, pip로 설치하니 된다. (0) | 2020.12.16 |
virtual env을 pycharm에 연동 시키는 방법 (0) | 2019.04.03 |