Tim Heilig

- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 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 $... -
创建于 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... -
创建于 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 ... -
创建于 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...