BugKotlinDocument icon indicating copy to clipboard operation
BugKotlinDocument copied to clipboard

Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.

Results 8 BugKotlinDocument issues
Sort by recently updated
recently updated
newest added

大佬,项目下载下来之后,用idea打开之后,一直在onfigure build,实在是不知道怎么解,求大佬支招

Kotlin 没有生成注释的快捷键可能是有原因的, 这是by design Clean code 书里讲到:多余的注释不如没注释。 在Kotlin 的设计里, 对于 ```kotlin fun sum(a, b) ``` Get sum of [a] and [b] (或者没有注释) 是比下面的注释更直观的: /** * @param a * @param b...

Will this project support to generate the document for whole project with one click ? It will help to do instead of doing each and every method/fun/class.

![image](https://user-images.githubusercontent.com/20026798/46527400-abb8e800-c8c3-11e8-94c8-74bbe29bfe29.png) ![image](https://user-images.githubusercontent.com/20026798/46527416-b5425000-c8c3-11e8-98a0-a2476c4af72b.png) is it OK? But if so, we need do something else for generic such as `Array`...

错误日志如下 ``` com.intellij.diagnostic.PluginException: No display name is specified for configurable com.github.zxj5470.bugktdoc.options.BugKtDocConfigureFormImpl in xml file; specify it using 'displayName' or 'key' attribute to avoid necessity to load the configurable class when...