cross-repository search does not seem to work #9867
-
I thought that Go code was supported for cross-repository navigation? Or are there other requirements aside from the language? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Cross-repo code navigation is only supported in python right now... but we're working on expanding it to more languages! Sorry about that. |
Beta Was this translation helpful? Give feedback.
-
|
By "cross-repo code navigation" do you mean like a python import linking to the appropriate python file? Because I've never seen that work properly, it just references itself. To be honest I'd rather just disable the feature entirely for python imports since they don't work correctly. |
Beta Was this translation helpful? Give feedback.
Cross-repo code navigation is only supported in python right now... but we're working on expanding it to more languages! Sorry about that.