paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Enable code completion for test projects

Open saket opened this issue 4 years ago • 1 comments

Adding new test projects to /paparazzi-gradle-plugin/src/test is slightly painful right now because code completion doesn't work. Is this something that can be enabled?

saket avatar Feb 03 '21 00:02 saket

I don't think that's possible, because build.gradle will only have completion if you synced that project. There's an implicit pluginClasspath hidden by the Gradle test kit, so IDEA has no chance of discovering where to get the dependencies from.

TWiStErRob avatar Nov 09 '21 23:11 TWiStErRob