Create custom "navigate to class"

Hi all!

I wish to implement the almost same feature that exists in Java when I strock cmd+N and I can search a java class and navigate to it but for a custom language.

Exists any open API to do that or any example to follow??

Thanks!!!

0

See com.intellij.navigation.GotoClassContributor

0

请先登录再写评论。