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
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
a popup has automatically appeared by now suggesting LocalDate, LocalTime, LocalDateTime, Clock.
select LocalDateTime with arrows keys and accept
text changes to
class Foo {
java.time.LocLocalDateTime
}
If you now undo and retry the completion the Loc prefix gets deleted. If you select the completion with the cursor the Loc prefix gets deleted. If in the above scenario you select Clock the Loc prefix gets deleted.
The text was updated successfully, but these errors were encountered:
I guess it's some interplay between atom and the plugin. It doesn't seem to happen with completions—based on words previously used—that Atom itself suggests.
ide-scala version: 0.9.0
metals version: 0.5.2
scala versions: 2.11.12, 2.12.8
operating systems: OSX, Windows
Steps to reproduce
src/main/scala/Foo.scala
LocalDate
,LocalTime
,LocalDateTime
,Clock
.LocalDateTime
with arrows keys and acceptIf you now
undo
and retry the completion theLoc
prefix gets deleted. If you select the completion with the cursor theLoc
prefix gets deleted. If in the above scenario you selectClock
theLoc
prefix gets deleted.The text was updated successfully, but these errors were encountered: