An open API service indexing awesome lists of open source software.

https://github.com/sebobo/shel.neos.livetemplates

Neos CMS specific live templates for IntelliJ PHPStorm/others
https://github.com/sebobo/shel.neos.livetemplates

neoscms phpstorm-live-templates

Last synced: about 1 year ago
JSON representation

Neos CMS specific live templates for IntelliJ PHPStorm/others

Awesome Lists containing this project

README

          

# Neos CMS specific live templates for IntelliJ PHPStorm/others

This repository provides several live templates for [Neos CMS](https://www.neos.io).

## How to install

### The easy way

1. Go to `Preferences` › `Tools` › `Settings Repository`
2. Add Read-only Source https://github.com/Sebobo/Shel.Neos.LiveTemplates
3. Restart PhpStorm.
4. To see all templates, go to `Preferences` › `Editor` › `Live Templates` and expand the Template Group.

### Manual install

You can add the contained xml file in your IDE configuration folder. See the [IDE configuration docs](https://www.jetbrains.com/help/idea/tuning-the-ide.html#default-dirs) for details.

## Provided live templates

* `debug` - Print variables to browser console via `Neos.Fusion:Console.Debug`
* `editable` - Define editable property in Fusion
* `prop` - Define property getter in Fusion
* `Prototype` - Define new prototype in Fusion