Tim Heilig

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Tim Heilig created a post, AnsweredTrying to bring php custom plugin into the 21st century
Hi,We have a custom dependency injection system that we use for PHP development, and many years ago created a custom plugin that hooked into the PhpTypeProvider and would convert our custom lines $... -
-
Tim Heilig created a post, auto import marking subproject src/test/scala directory as source instead of test
I have a workspace being auto imported from sbt in a directory structure like this: scala/ (main workspace root) scala/.idea (with all the workspace stuff) scala/libs/a/build.sbt scala/libs/a/sr... -
Tim Heilig created a post, Can I write an PHP extension to define "undefined" magic methods
I have a class that handles dependency injection via __callStatic $foo = Injector::Foo(); // <= returns a Foo object, either by passing a previously registered class for injection or by calling ... -
-
Tim Heilig created a post, AnsweredCustom Plugin no longer works
I recently tried to run a plugin that was working in Intellij 15, but now does not seem to run in 16. This plugin depends on com.jetbrains.php, and for some reason there is weirdness with the class...