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
completions: do not complete package (scala#20532)
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