Greetings! Is it possible in the kotlin plugin if I'm test driving a top level function that doesn't exist to have the ide give me the option of where to place the newly created function when I use the ides smart fix to generate it? It's kind of annoying to have to move it from my test class to the appropriate place in src/main/kotlin