Compatible with:
IntelliJ IDEA
PhpStorm
Aug 26, 2017
11 779
Nette development with pleasure
Recent change notes
0.4.3
- ComponentTypeProvider: upgrade to PhpTypeProvider3
- Remove Nette object support
0.4.2
- ComponentTypeProvider: Fixed index access during indexing
0.4.1
- Fixed RuntimeException Invalid Signature
- Fixed StackOverflowException
- Fixed: find magic methods only in the Nette Object
0.4.0
- Fixed deadlocks
- Added support for dash separated subcomponents in getComponent or array access + components refactoring
0.3.1
- Fixed StringIndexOutOfBoundsException exception in ClassFinder
0.3.0
- Added component tree popup
- Added inspection that createComponent returns UI\Form
- Added EventInvocationGoToDeclarationHandler [#15]
- Added predefined Nette Code style [#20]
- Added support for @persistent annotation (completion and inspection)
- Fixed few issues in TypeProviders causing ide freeze
0.2.0
- Components: created completion contributor for component access using ArrayAccess or getComponent method
- Components: created reference contributor from ArrayAccess/getComponent access to createComponent* method
- Components: added references search for "Find usages" action
- Components: added TypeProvider for components access
- Components: added refactoring support (rename component access when renaming createComponent* method)
- @inject annotation completion provider
- @inject annotation inspection: check if property is public
- Added listener generator action for nette/object events (experimental)
- Refactoring, removed deprecated stuffs..
- Removed Pd\Entity support
0.1.0