Editor completion code problem entering ranges (in Kotlin code)
已回答
When I enter range 2..10 into editor, it displays less than/greater than symbols around ..'s? See screen shot.
请先登录再写评论。

You can disable hints for ranges in Settings (Preferences on macOS) | Editor | Inlay Hints | Kotlin | Show hints options.
That worked...thank you!