- #107 type provider disable for PhpStorm 2023.1 support (Daniel Espendiller)
- Remove http server features (Daniel Espendiller)
- Dynamic plugin support (Daniel Espendiller)
- Prepare dynamic plugin feature (Daniel Espendiller)
- Update vendor link (Daniel Espendiller)
- travis to github actions migration (Daniel Espendiller)
- Use ServiceManager to retrieve PhpToolboxApplicationService (Cedric Ziel)
- Migrate PhpToolboxApplicationService to Service (Cedric Ziel)
- Use current classloader for icon (Cedric Ziel)
- Remove unused methods with default implementations (Cedric Ziel)
- Remove unused imports (Cedric Ziel)
- Fix json in docs (Cedric Ziel)
- Remove inapplicable inspection (Cedric Ziel)
- Add NotNull annotation where applicable (Cedric Ziel)
- Use BasePlatformTestCase instead of LightCodeInsightFixtureTestCase (Cedric Ziel)
- Fix code fences (Cedric Ziel)
- Upgrade platform dependencies to 211 (Cedric Ziel)
- Upgrade Gradle wrapper to 7.0.0 (Cedric Ziel)
- Fix setting since build on build #92 (Daniel Espendiller)
- Allow resolving parameter types from new expressions.
foo(new Bar())
#69 @CarsonF
- Updated TypeProvider to support different method/function parameters #67 @CarsonF
- Make json model thread safe to fix ArrayIndexOutOfBoundsException #61
- Add PSR-11 ContainerInterface support / Zend\ServiceManager #17 @bcremer
- Add support of the latest (namespaced) PHPUnit#16
- PhpStorm 2017.1 build
- Add more static json configurations #15, #14, #11, #10, #9, #8 @stof @Koc @King2500
- Add extension point for json resource
- Fix worker exited due to exception java.lang.NullPointerException #51
- Java8 and PhpStorm 2016.x migration
- Icons from com.intellij.icons.AllIcons sub-classes not working #43
- Add function provider #38
- Update static json thx to: @King2500, @havvg
- Add some more extension point and api improvements for foreign plugins
- Add parameters to registrar json object and pipe to parameter #37
- Add trait and interface provider #15
- Providers can provide presentable information
- Add php variadic like provider
- Add Json REST-Server
- Migrate Symfony plugin inline code signature provider detection
- Skip invalid json files #23
- Fixing invalid completion for array values in key #18
- Allow double slashes for class and interfaces #25
- Provide extension point for target name resolving #34
- Add some more core json completion @Koc, @King2500 #2
- First public release