You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that IDEs (well, at least Metals) don't understand what methods are available in the F context. Have you come across this issue? Anything we could do better so IDEs get this information?
The text was updated successfully, but these errors were encountered:
Just for the record, I contributed support for IntelliJ (JetBrains/intellij-scala#501), it's live at least on 2020.2 . Wasn't that hard to do as it has some notion of synthetics, so program code which is on the fly generated by plugins or the IDE itself, so I could just inject a "virtual" additional implicit parameter. I doubt Metals has something close to it, but maybe the approach can still be inspiring...
I noticed that IDEs (well, at least Metals) don't understand what methods are available in the
F
context. Have you come across this issue? Anything we could do better so IDEs get this information?The text was updated successfully, but these errors were encountered: