Replies: 1 comment 1 reply
-
|
This looks like a bug, I opened an issue based on the discussion in #6732 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm making massive use of access modifiers in combination with access qualifiers (see Scala 2 language specification) throughout my code bases.
Unfortunately, metals does not suggest imports for members with modifier private and matching qualifier.
A simple example would be:
The import quick fix works perfectly fine when A is public. Right now this means that I have to write a lot of imports by hand. It would be really nice if metals could suggest the imports automatically!
I'm not sure if this would be a bug or feature request and whether metals is even the right project - it might be an upstream issue.
I'd be grateful if someone could point me in the right direction!
Beta Was this translation helpful? Give feedback.
All reactions