Simplify the project view by using scopes

There’s a new feature in the openrndr-template to simplify the project view, which can otherwise look cluttered with all those files and folders, specially for new users.

The feature comes in the shape of a Gradle task called “add IDE file scopes”. You just need to double click that task:

What it does is to add 4 new file scopes to the Project drop down:

You will probably want to spend most of the time in the Code scope. Look how beautifully minimal:

image

Sometimes I want to do something with Gradle, so I switch to the Gradle scope, which looks like this:

image

Enjoy :slight_smile:

1 Like