๐ป/ํ๋ก๊ทธ๋๋ฐ
[ํ์ด์ฌ] ์ฝ๋์ ๊ธฐ(Code Folding)
ruhz
2020. 9. 2. 11:58
https://www.jetbrains.com/help/pycharm/2016.1/code-folding.html#using_folding_comments
PyCharm 2016.1 Help :: Code Folding
Code Folding On this page: Basics You can collapse (fold) code fragments reducing them to a single visible line. In this way, you can hide the details that, at the moment, seem unimportant. If and when necessary, the folded code fragments can be expanded (
www.jetbrains.com
#<editor-fold desc="Description">
...
#</editor-fold>
#region Description
...
#endregion
โป Code Folding ์ค์
โป Code Folding ๋จ์ถํค