Stephen Samuel (Sam)
- 活动总数 47
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 14
-
创建于 Trying to create a Kotlin Intention
已回答Inside my intention I want to create some code that is valid Kotlin but not valid Java. override fun invoke(project: Project, editor: Editor?, element: PsiElement) { val factory = JavaPsiFacade.ge... -
创建于 Override JUnit Run Provider
I am writing a plugin to run tests for a custom test library. My RunConfigurationProducer correctly creates a RunConfiguration from the context when the user clicks run on an individual test case. ...