Is there a convenient way to edit Kotlin source co...
# intellij
b
Is there a convenient way to edit Kotlin source code in files that are in random locations on the disk, i.e. not in a project?
c
what do you mean by "convenient"? You can just double click them or File -> open
b
Yes, I can do that but then IDEA can not e.g. resolve imports.