KT-12852 Support breadcrumbs for Kotlin

#KT-12852 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-09-08 00:28:56 +03:00
parent dae4521c68
commit fcce1e3838
32 changed files with 992 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
Crumbs:
foo()
if (x)
if (x.y)
if (y) … else
if … else if (c)
if … else
if (p)
Tooltips:
function <b><code>foo()</code></b>
if (x)
if (x.y)
else (of 'if (y)')
if … else if (c)
else (of 'if … else if (qqq)')
if (p)