Releases: nette-intellij/intellij-nette
Releases · nette-intellij/intellij-nette
v0.4.4
23 May 21:21
Compare
Sorry, something went wrong.
No results found
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
26 Aug 10:48
Compare
Sorry, something went wrong.
No results found
ComponentTypeProvider: upgrade to PhpTypeProvider3
Remove Nette object support
v0.4.2
11 Dec 15:13
Compare
Sorry, something went wrong.
No results found
ComponentTypeProvider: Fixed index access during indexing
v0.4.1
16 May 18:20
Compare
Sorry, something went wrong.
No results found
Fixed RuntimeException Invalid Signature
Fixed StackOverflowException
Fixed: find magic methods only in the Nette Object
v0.4.0
14 Feb 00:52
Compare
Sorry, something went wrong.
No results found
Fixed deadlocks
Added support for dash separated subcomponents in getComponent or array access + components refactoring
v0.3.1
04 Aug 11:08
Compare
Sorry, something went wrong.
No results found
Fixed StringIndexOutOfBoundsException exception in ClassFinder
v0.3.0
02 Aug 15:32
Compare
Sorry, something went wrong.
No results found
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
28 May 13:16
Compare
Sorry, something went wrong.
No results found
fixed magic fields completion
fixed infinite recursion in PhpIndexUtil (#17 )
v0.2.0
13 May 12:53
Compare
Sorry, something went wrong.
No results found
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