# Developer Tools

EditorsKit provide several **developer tools** which is disable by default. You can start using them by adding as theme support.

`add_theme_support( 'editorskit-devtools' );`

This will enable new Gutenberg shortcuts to automatically generate placeholder text and heading blocks.

## How to use dev shortcuts?

- `:lorem` + `SPACE` : Depending on the number of `:` it will generate paragraph block with lorem ipsum placeholder text. With up to 10 paragraphs available. Example : `:::lorem` + `SPACE` generates three paragraphs.

- `:hlorem` + `SPACE` : Depending on the number of `:` it will generate heading block with lorem ipsum placeholder text. Example : `::::hlorem` + `SPACE` generates four headings.