Skip to content

rixafy/NetteHelpers

Repository files navigation

Nette Helpers for PhpStorm

Helpers for the Nette Framework, serves as a light replacement for the nette framework helpers that was removed from the marketplace.

If you have any problems with the plugin, create an issue or use #nette channel at the Nette Discord.

Installation

Settings → Plugins → Browse repositories → Find "Nette Helpers" → Install Plugin → Apply

Installation from .jar file

Download instrumented.jar file from latest release or latest successful GitHub Actions build

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

$ ./gradlew buildPlugin

Testing in dummy IDE

$ ./gradlew runide