# Scopes

## Overview

Expanding the Scopes node will show a list of all existing solution scopes.\
Solution scopes are not tied to anything specific but the solution itself, with a default 'globals' scope available.

## Commands Summary

A summary of commands available on this item via right-click context menu:

| Command                               | Summary                    |
| ------------------------------------- | -------------------------- |
| [Create new scope](#create-new-scope) | Creates a new global scope |

## Commands Details

The details for each command available on this item via right-click context menu:

### Create new scope

Creates a new global scope. Global scopes can contain variables and methods that can be re-used across the solution. Beware how you use global scopes as it is sometimes better to encapsulate your code in form scope than exposing it to all forms.
