Stephen Samuel (Sam)
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 14
-
Created Trying to create a Kotlin Intention
AnsweredInside 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... -
Created 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. ...