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
There is an issue with completions for package in Metals.
```scala
// code
package one@@
// compeltions
oneCURSOR
```
It seems there is no need in completions for Package at all.
0 commit comments