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.

Go to declaration issue

See original GitHub issue

when i press ⌘-b on OSX, it will jump to other usage place of a symbol instead of its declaration on the top level, i use IDEA 15.0.2 Build #IC-143.1184.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
rikvdkleijcommented, Apr 24, 2016

Complexity is because ghc-mod does not give info about locally scoped identifiers and not exported identifiers. I that case I try to find declaration by means of IntelliJ PSI tree. That solution is not completely robust. You probably did not export a, b,…

Thanks for your example code. I will improve code to find references.

0reactions
zjhmalecommented, Oct 19, 2016

@rikvdkleij good work! i’ll try the new release as soon as possible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am getting 'Cannot find declaration to go to' warning
I am getting 'Cannot find declaration to go to' warning when i tries to verifiy that import is successful. I point mouse on...
Read more >
Android studio 3.3 Go to Declaration does not work
This finds the command "Declaration - Goto by Reference action - Ctrl + B". So you just need to put your cursor on...
Read more >
how to use "Go to Declaration" feature? · Issue #97 - GitHub
I got code in C, when i use F12 (Go to Definition) on function name it goes to declaration in header file and...
Read more >
Go to Declaration in juno does nothing - Julia Discourse
I had same issue. Was trying “Go to Declaration”, because it seemed the only option available (and it didn't do anything). However, now...
Read more >
"Go To Declaration" Not Working? - Oracle Communities
"Go To Declaration" Not Working? ... Hey Folks, On my version of SQL Developer, (v 1.2.1), if I am in the procedure editor,...
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