PyCharm Edu 2019.1 Help

Project Structure

File | Settings | Project Structure for Windows/Linux
PyCharm Edu | Preferences | Project Structure for macOS
Ctrl+Alt+S
icons general settings svg


Projects pane

Item

Description

Projects

This pane displays the list of projects, opened in the same window. The first project in the list is the primary project.

Project Structure

Use this pane to configure content roots for each of the projects opened in the same window.

Configure content roots

Item

Tooltip

Description

root_Source.png

Sources

Mark a folder as a source root. Such folder displays in the list of source roots.

The files under the source roots are interpreted according to their type. PyCharm Edu can parse, inspect, index, and compile the contents of these roots.

This command is duplicated from the context menu of a content root.

Excluded root

Excluded

Mark a folder as an excluded root.

Excluded roots are not visible to PyCharm Edu. Usually, one would like to exclude temporary build folders, generated output, logs, and other project output. Excluding the unnecessary paths is a good way to significantly improve performance.

This command is duplicated from the context menu of a content root.

Add/remove content roots

Item

Tooltip

Description

the Add button

Add Content Root

Add a new root to the content roots. Click the button and navigate to the desired folder in the dialog that opens.

Remove content root

Remove Content Entry

Delete selected content root from the project.

rootUnmark

Unmark

Remove marking of a content root and denote it with a regular directory icon icons nodes folder svg.

Last modified: 29 June 2019

See Also