-
Couldn't load subscription status.
- Fork 567
Closed
Labels
Milestone
Description
Breadcrumbs for Java were added a couple of EAPs ago in 2016.2, https://blog.jetbrains.com/idea/2016/06/intellij-idea-2016-2-eap-adds-breadcrumb-for-java/ , I wonder if we could add them for Go as well.
They should function by showing the path from package main to the location so that it provides a call stack but I fear that it is very early in the plugin stage that we can do this.
Is there any documentation that could help out with the implementation?