Go to declaration issue
See original GitHub issuewhen 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:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top 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 >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
Complexity is because
ghc-mod
does not giveinfo
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 exporta
,b
,…Thanks for your example code. I will improve code to find references.
@rikvdkleij good work! i’ll try the new release as soon as possible.