Jump to definition across multi-package project
See original GitHub issueIt seems like jump to definition doesn’t work across multi-package projects, even though the log shows loc-at:
commands completing successfully.
Issue Analytics
- State:
- Created 5 years ago
- Comments:31 (19 by maintainers)
Top Results From Across the Web
Organizing a multiple-file Go project [closed] - Stack Overflow
Idomatic is to use a cmd/nameOfMyExecutable sub-directory for the main package (only need cmd/… if you have multiple commands; see golang.org/x/ ...
Read more >Cmd+Click (Go to Definition) not working on JS/Go in multiple ...
I'm running version 1.17.2 for Mac right now. Also, two bits of UX feedback: For some reason the cursor isn't always a hand...
Read more >Managing multi-package Flutter projects with Melos - Medium
Executing simultaneous commands across packages. Listing of local packages & their dependencies. Now let's see how we can perform all the above ...
Read more >Managing a full-stack, multipackage monorepo using pnpm
We can go from monorepo to meta repo by splitting each sub-project into its own repository, then tying them all back together using...
Read more >Simple Go project layout with modules - Eli Bendersky's website
How do multiple packages coexist in a single module? Unfortunately, there is some easy-to-find advice online that's outdated and over- ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm, I think a found a bug which could cause your issue. Need some time to fix that and create new beta release after that.
Yes, I understand 😄 But sometimes the needed info is not (yet) available. But maybe I can improve it.