How can change code style to show i ++ rathen than i++ ? lee kingde Created August 18, 2021 13:27 I think the 【i ++】 【++ i】 is more clear display than 【i++】【++i】 so, how can I edit the code style to realize it?
Please follow https://youtrack.jetbrains.com/issue/IDEA-276434
Thank you