Support for showing rendered doc comments in editor

Fixed #KT-37361
This commit is contained in:
Igor Yakovlev
2020-03-20 23:20:15 +03:00
parent d620802a18
commit a71fd0e6d9
21 changed files with 419 additions and 131 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ package p
<selection>/**
* Doc comment <caret>here
*/
</selection>fun foo() {
fun foo() {
}
</selection>
fun bar(){}