Releases: nette-intellij/intellij-nette
Releases · nette-intellij/intellij-nette
v0.4.4
- ComponentTypeProvider: upgrade to PhpTypeProvider4
- Fixed compatibility with new PhpStorm versions (more deprecated fixed)
- Temporarily disabled one feature in "component tree popup" (will be fixed in next version)
v0.4.3
- ComponentTypeProvider: upgrade to PhpTypeProvider3
- Remove Nette object support
v0.4.2
- ComponentTypeProvider: Fixed index access during indexing
v0.4.1
- Fixed RuntimeException Invalid Signature
- Fixed StackOverflowException
- Fixed: find magic methods only in the Nette Object
v0.4.0
- Fixed deadlocks
- Added support for dash separated subcomponents in getComponent or array access + components refactoring
v0.3.1
- Fixed StringIndexOutOfBoundsException exception in ClassFinder
v0.3.0
- Added component tree popup
- Added inspection that checks 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
v0.2.1
- fixed magic fields completion
- fixed infinite recursion in PhpIndexUtil (#17)
v0.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