Open
Description
Currently, *.sig
files produced by -Ypickle-write
do not contain the filename where the symbols originate. The filename is normally included in *.class
files and is used by IDEs to navigate to library dependencies.
See https://youtrack.jetbrains.com/issue/SCL-16543 for a related discussion on making IntelliJ Scala pick up *.sig
files.
Would it be possible somehow to encode the filename in *.sig
files? I'm not sure exactly where would be the place for such information 🤔