Rewritten KDoc-link resolve and completion to work more reasonably
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import kotlin.text.capitalize as xxx
|
||||
|
||||
/**
|
||||
* [String.x<caret>]
|
||||
*/
|
||||
fun foo(){}
|
||||
|
||||
// EXIST: { lookupString: "xxx", itemText: "xxx" }
|
||||
Reference in New Issue
Block a user