code-folding

How do I make pyCharm stop hiding (unfold) my Python imports?

How do I make pyCharm stop hiding (unfold) my Python imports? Question: Every time I open a Python file PyCharm will hide all imports and shows: import … within the editor. I have to manually unfold it to see the imports. Where do I find the setting to undo auto-hiding of import statements? Asked By: …

Total answers: 2