You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Shows a gutter icon next to the <code>return</code>ing lines (clicking on it will take you to the return statement!)</li>
<li>Highlights the <code>return</code> keyword, so that it stands out more</li>
</ul>
<br/>
<p>Supported languages are</p>
<ul>
<li>Java</li>
<li>JavaScript and TypeScript</li>
<li>Python</li>
<li>PHP</li>
<li>Need another language? <a href="https://github.com/lppedd/idea-return-highlighter/issues/new?assignees=lppedd&labels=enhancement%2C+language&template=language-support.md&title=Language+support%3A+%5BLANGUAGE%5D">Open an issue</a></li>
</ul>
<br/>
<p>
Read the full description <a href="https://github.com/lppedd/idea-return-highlighter/blob/master/README.md">here at GitHub</a>.