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
- Host: GitHub
- URL: https://github.com/cvette/intellij-neos
- Owner: cvette
- License: gpl-3.0
- Created: 2016-12-06T20:13:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:58:52.000Z (6 months ago)
- Last Synced: 2024-12-11T23:27:25.304Z (6 months ago)
- Topics: auto-complete, intellij, intellij-plugin, jetbrains, neoscms, php, phpstorm
- Language: Java
- Homepage: https://plugins.jetbrains.com/idea/plugin/9362-neos-support
- Size: 10.2 MB
- Stars: 43
- Watchers: 6
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
IntelliJ IDEA / PhpStorm Neos Plugin
====================================
[](https://github.com/cvette/intellij-neos/actions?query=workflow%3ABuild)
[](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 VetteThis 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 .