forked from zxj5470/BugKotlinDocument
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescription.html
28 lines (28 loc) · 1.04 KB
/
description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div>a plugin that can generate comments like Java in kotlin</div>
<br/>
<h1>Usage</h1>
<br/>
<h2>
Just press <kbd>Enter</kbd> after <code>/**</code>, it will generate comments like Java
</h2>
<br/>
<img src="https://raw.githubusercontent.com/2938137849/BugKotlinDocument/master/images/pic02.png" alt=""/>
<br/>
<h3>Settings in Editor | BugKotlinDocument </h3>
<div>Some functions from this plugin can be turned off separately</div><br/>
point that better than
<a href="https://plugins.jetbrains.com/plugin/9781-bugkotlindocument">BugKotlinDocument</a>:
<ul>
<li>support: context receiver</li>
<li>support: more detailed setting</li>
<li>fix: doc in function params with lambda</li>
<li>fix: setting always require to save</li>
<li>add: Chinese support</li>
</ul>
<br/>
point that worse than
<a href="https://plugins.jetbrains.com/plugin/9781-bugkotlindocument">BugKotlinDocument</a>:
<ul>
<li>Compatibility of <code>CLion</code> & <code>AppCode</code> was not tested</li>
</ul>
SourceCode: <a href="https://github.com/2938137849/BugKotlinDocument">Github</a>