Is there a setting in IntelliJ somewhere to enable...
# intellij
a
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
Just recently I was able to get completion for
1.<..>
, so this may be a regression
c
yes it definately should work. if it does not file a ticket on youtrack
a
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.
It's the following ticket related issue: https://youtrack.jetbrains.com/issue/KTIJ-2449