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

https://github.com/cvette/intellij-neos

Support for the Neos CMS in Intellij IDEA / PhpStorm
https://github.com/cvette/intellij-neos

auto-complete intellij intellij-plugin jetbrains neoscms php phpstorm

Last synced: 6 months ago
JSON representation

Support for the Neos CMS in Intellij IDEA / PhpStorm

Awesome Lists containing this project

README

        

IntelliJ IDEA / PhpStorm Neos Plugin
====================================
[![Build](https://github.com/cvette/intellij-neos/workflows/Build/badge.svg)](https://github.com/cvette/intellij-neos/actions?query=workflow%3ABuild)
[![JetBrains plugins](https://img.shields.io/jetbrains/plugin/d/9362-neos-support.svg)](https://plugins.jetbrains.com/plugin/9362-neos-support)

This plugin provides support for the Neos Fusion language, featuring configurable syntax highlighting, brace matching, breadcrumb navigation, and code folding. You can also leverage "Ctrl+Click" navigation to EEL helper references and prototype definitions, as well as find usages of prototypes and refactor prototype names with ease.

Additionally, this plugin supports node type definitions, offering completion for configuration keys and enabling "Go to definition" for node types, supertypes, and constraints.

Usage
-----
You can install the plugin by going to `Settings > Plugins > Browse repositories` and searching for "Neos".

Contributing
------------
See [CONTRIBUTING.md](CONTRIBUTING.md)

License
-------
Copyright (C) 2016 Christian Vette

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .