Is there a setting in IntelliJ somewhere to enable smart completion on integer literals? Right now, if I want to write something such as
1.seconds
I first have to wrap the 1 in parentheses, or else it has no auto-completion (presumably because it thinks I am trying to write a double literal?).
👌 1
youtrack 1
e
edrd
06/08/2023, 6:08 PM
Just recently I was able to get completion for
1.<..>
, so this may be a regression
c
christophsturm
06/09/2023, 11:20 AM
yes it definately should work. if it does not file a ticket on youtrack
a
Anton Mefodichev
06/09/2023, 1:24 PM
It works for me if, after entering the dot I press the Completion shortcut. If I wait for a moment after entering the dot, the situation is the same as shown on the first screenshot.