question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jump to definition across multi-package project

See original GitHub issue

It seems like jump to definition doesn’t work across multi-package projects, even though the log shows loc-at: commands completing successfully.

screen shot 2018-06-06 at 2 44 35 pm

video.zip

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:31 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
rikvdkleijcommented, Jun 12, 2018

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.

1reaction
rikvdkleijcommented, Jun 9, 2018

I just want it to jump to the definition 😃

Yes, I understand 😄 But sometimes the needed info is not (yet) available. But maybe I can improve it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found