Rewritten KDoc-link resolve and completion to work more reasonably
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Foo
|
||||
|
||||
fun Foo.foo(){}
|
||||
|
||||
/**
|
||||
* [<caret>foo]
|
||||
*/
|
||||
fun test() {}
|
||||
|
||||
// REF: (for Foo in <root>).foo()
|
||||
Reference in New Issue
Block a user