CurrentFile (and add selected code to context) don't support source JARs in IJ #5795
Open
3 tasks done
Labels
area:context-providers
Relates to context providers
ide:jetbrains
Relates specifically to JetBrains extension
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
Description
@currentfile
and "Add selected code to context" work fine with project local files.When using files from external libraries (i.e. from Source JARs), "Add selected code to context" , nor does
@currentfile
.This is presumably down to intelliJ's handling of source JARs, and not returning the expected file handler for getCurrentFile(), as it would do with a non-JAR project local file
To reproduce
@currentfile
annotationLog output
The text was updated successfully, but these errors were encountered: