-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin-description.html
More file actions
23 lines (23 loc) · 865 Bytes
/
plugin-description.html
File metadata and controls
23 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<p>
Highlight return statements.<br/>
Useful for hard-to-read sources.
</p>
<br/>
<p>The plugin</p>
<ul>
<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>.
</p>