P Sandesh Baliga

Results 4 issues of P Sandesh Baliga

Hi team, I've created some custom rules. Few that use type resolution and few that don't. In the IntelliJ Plugin, rules that don't need type resolution works fine when I...

bug
improvement

It works when I press ctrl+space after colon directly. But when I do the same inside quotes, It says 'No Suggestions'. Can someone pls help?

fixed the sort logic, as abs(it) would fail if the array was listOf(5, 4, 2, 1, 3, -2, -10) . with abs(it), output would be: [-10, 5, 4, 3, 2,...