Tim Heilig
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
-
Tim Heilig 创建了一个帖子, 已回答Trying 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答Custom 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...