idea-return-highlighter
idea-return-highlighter copied to clipboard
Highlight return keywords.
It'd be great if something like this could count as a 'simple getter'. ```ts export function isTrending(product: Product): boolean { return isTaggedBySlug(product, 'trending'); } ``` Alternatively, addressing #21 would be...
The current gutter icon looks too much like the icon that IntellIJ has by default for recursive calls.
could support to highlight for "throw" keyword in java, it also a statement to jump out a method
Hi, It's very important have support to ruby (rails). Thanks
Maybe is complicated, because Ruby and the returns are quite different, but it could be very nice.
Please add the support of the yield keyword, will be great if the yield and return keywords could be colored differently.