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

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

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
```