idea-return-highlighter
idea-return-highlighter copied to clipboard
Highlight return keywords.
Throwing an exception is another way to exit the method. In IntelliJ, when you manually highlight `return` (by moving the caret on the `return` and pressing `Ctrl+Shift+F7` - "Highlight usages...
I'd like to be able to limit the highlighting of returns to only methods for which there are multiple (top-level) returns within the method.
Thanks for the great plugin. Would love to see support for [Dart](https://dart.dev/).