Can RStudio fold sections in a Python script?

Folding code sections in an R script is a breeze

# Section 1 ####

lorem <- ipsum()

# Section 2 ####

lorem <- ipsum()

folds to

# Section 1 <-->

# Section 2  <-->

Can RStudio perform similar section folding with Python scripts?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.