idea-return-highlighter icon indicating copy to clipboard operation
idea-return-highlighter copied to clipboard

Highlight return keywords.

Results 25 idea-return-highlighter issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Hope Golang can be supported. Thanks.

enhancement
language

could support to highlight for "throw" keyword in java, it also a statement to jump out a method

Please

enhancement
language

Hi, It's very important have support to ruby (rails). Thanks

enhancement
language

Maybe is complicated, because Ruby and the returns are quite different, but it could be very nice.

enhancement
language

Please add the support of the yield keyword, will be great if the yield and return keywords could be colored differently.

enhancement
language