sergeshustoff / dikt

Simple and powerful DI for kotlin multiplatform
MIT License
141 stars 4 forks source link

Add dependency navigation in IDE #7

Open sergeshustoff opened 3 years ago

sergeshustoff commented 3 years ago

For generated functions: show generated code in ide or at least let user to see list of dependencies used in function. For potential dependency: show where it's used.

sergeshustoff commented 2 years ago

It might be a good idea to wait for FIR here. Library already uses backend IR, moving some things to FIR should be way easier then doing the same thing in current analysis plugin with psi