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
- Host: GitHub
- URL: https://github.com/sebobo/shel.neos.livetemplates
- Owner: Sebobo
- Created: 2021-07-27T08:42:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T12:17:22.000Z (over 4 years ago)
- Last Synced: 2025-01-28T09:45:12.812Z (over 1 year ago)
- Topics: neoscms, phpstorm-live-templates
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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