https://github.com/rixafy/nettehelpers
📘 Nette Helpers for PhpStorm and IntelliJ IDEA
https://github.com/rixafy/nettehelpers
intellij intellij-plugin nette nette-framework php phpstorm phpstorm-plugin
Last synced: 19 days ago
JSON representation
📘 Nette Helpers for PhpStorm and IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/rixafy/nettehelpers
- Owner: rixafy
- License: mit
- Created: 2025-09-01T03:59:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T10:55:06.000Z (5 months ago)
- Last Synced: 2025-09-08T12:39:01.013Z (5 months ago)
- Topics: intellij, intellij-plugin, nette, nette-framework, php, phpstorm, phpstorm-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/28342-nette-helpers
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Nette Helpers for PhpStorm
=========================================
Helpers for the [Nette Framework](https://nette.org/), serves as a light replacement for the [nette framework helpers](https://github.com/nette-intellij/intellij-nette) that was removed from the marketplace.
If you have any problems with the plugin, [create an issue](https://github.com/Rixafy/NetteHelpers/issues/new/choose) or use #nette channel at the [Nette Discord](https://discord.gg/azXxTbuQVq).
Installation
------------
Settings → Plugins → Browse repositories → Find "Nette Helpers" → Install Plugin → Apply
Installation from .jar file
------------
Download `instrumented.jar` file from [latest release](https://github.com/Rixafy/NetteHelpers/releases) or latest successful [GitHub Actions build](https://github.com/Rixafy/NetteHelpers/actions)
Supported Features
------------------
* Autocompletion for controls in presenters and components
* Type-checking of controls in presenters and components
* Marking presenter methods (actions, signals etc.) as used
Building
------------
```$xslt
$ ./gradlew buildPlugin
```
Testing in dummy IDE
------------
```$xslt
$ ./gradlew runide
```