Ctrl+B is used to find the function define, also could be used to find where the function was called. Ok in my idea 15.0.3.

Answer from atline on Stack Overflow
🌐
JetBrains
jetbrains.com › help › idea › viewing-definition.html
Definition and type definition | IntelliJ IDEA Documentation
1 month ago - In IntelliJ IDEA, you can see where and how symbols, such as classes, fields, methods, functions, or tags are defined in your project. For this purpose, the IDE features the Quick Definition popup.
🌐
JetBrains
jetbrains.com › help › decompiler › Navigation_and_Search__Go_to_Declaration.html
Go to Declaration | dotPeek Documentation
September 23, 2024 - Use this command to navigate to the declaration of a symbol from any symbol usage. You can invoke this command from the Assembly Explorer, File Structure window, and other tool windows · To navigate in the opposite direction (symbol usages) ...
🌐
JetBrains
jetbrains.com › help › rider › Navigation_and_Search__Go_to_Declaration.html
Go to Declaration | JetBrains Rider Documentation
September 23, 2024 - By default, Go To Declaration works with Ctrl + left-click and with the middle button click. If you want to view the declaration of symbol without leaving your editing position, use Quick Definition Ctrl+Shift+I
🌐
JetBrains
jetbrains.com › help › idea › navigating-through-the-source-code.html
Source code navigation | IntelliJ IDEA Documentation
1 month ago - To go to the definition of a column, table or any other object, select the object name in your code and press Alt+Shift+B. In IntelliJ IDEA, you can open and edit the source code of a database object directly in the editor.
🌐
GitHub
github.com › ballerina-platform › lsp4intellij › issues › 183
Use IntelliJ's "Go To Declaration" configured shortcut instead of CTRL + CLICK · Issue #183 · ballerina-platform/lsp4intellij
March 3, 2020 - Right now, you are using CTRL + CLICK to go to definition (which is the standard) but IntelliJ allows you to configure it and execute it with different commands.
Author: ballerina-platform
🌐
JetBrains
jetbrains.com › guide › java › tips › go-to-declaration-implementation
Go to Declaration or Implementation - JetBrains Guide
November 23, 2023 - Go To Declaration or Usages ⌥⌘B (macOS) / Ctrl+Alt+B (Windows/Linux) to see where code is declared or used. Go to Implementation ⌥⌘B (macOS) / Ctrl+Alt+B (Windows/Linux) can tell you where a method is implemented and take you there. ... You can also find usages with IntelliJ IDEA!
🌐
JetBrains
jetbrains.com › help › rider › Navigation_and_Search__Go_to_Type_Declaration.html
Go to Type Declaration | JetBrains Rider Documentation
While the Go to Declaration command navigates you to the place where a symbol is declared, the Type Declaration command navigates to the declaration of the type of the currently selected symbol.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 20089649699602-How-to-enable-jump-to-definition-with-ctrl-right-mouse-click
How to enable "jump to definition" with ctrl+right mouse click? – IDEs Support (IntelliJ Platform) | JetBrains
July 11, 2024 - Do you want to delete post? ... I installed a brand new pyCharm and this easy-navigation doesn't work. ... This depends on your keymap, and the default keymap depends on your OS. Go to Settings | Keymap, and look for action named “Go to Declaration or Usages”. Right-click on the line to add the shortcut, if missing.
Find elsewhere
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 206360099-Go-to-definition
Go to definition – IDEs Support (IntelliJ Platform) | JetBrains
IDEs Support (IntelliJ Platform) | JetBrains · Contact Support · Community · English (United States) 简体中文 · Sign in · Please consider editing your post and mark it as obsolete instead. Do you want to delete post? ivan v · Created May 17, 2013 16:00 · I can't find the solution in the keymap reference, so I've figured I as here. I'm using F4 while the carret is on the function/method name to quickly jump to definition, but I don't know how to come back to the original carret positon ( the place where I've pressed F4)?
🌐
JetBrains
jetbrains.com › help › idea › viewing-reference-information.html
Code reference information | IntelliJ IDEA Documentation
2 weeks ago - Basic procedures to view definition, documentation, and parameters of a symbol in IntelliJ IDEA.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 206347059-Go-to-method-in-a-class-
Go to method in a class? – IDEs Support (IntelliJ Platform) | JetBrains
February 22, 2014 - I would just like to add a reminder to this thread that you can also CTRL+Left Click or Middle Click on the usages of a function/method to go directly to the definition. I use this plus the navigation buttons to quickly dig to a definition and ...
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › community › posts › 205816319--Go-To-Declaration-goes-to-definition-implementation-instead
"Go To Declaration" goes to definition/implementation instead – IDEs Support (IntelliJ Platform) | JetBrains
March 10, 2014 - "Go To Declaration" goes to definition/implementation of a given method instead. It should go to where the method is declared i.e. to the place where it's being imported which makes it visible and ...
🌐
JetBrains
jetbrains.com › help › resharper › Navigation_and_Search__Go_to_Declaration.html
Go to Declaration | ReSharper Documentation
September 23, 2024 - Iterate usages — adds the corresponding command to the navigation menu, which enables the 'usage iteration' mode designated with a small popup in the upper-left corner of the editor: In the 'usage iteration' mode, you can navigate through the symbol usages as follows: Invoke Go to Declaration to go to the next usage, if any, and so on, subsequently navigating through all symbol usages.
🌐
GitHub
github.com › bazelbuild › bazel › issues › 11599
Go to definition not working in intellij · Issue #11599 · bazelbuild/bazel
June 16, 2020 - I'm trying to contribute to bazel (I think I found a bug with coverage) but I'm having a lot of trouble getting the source code to play nicely with Intellij. When I open the root directory of the repo in Intellij I get some light indexing but Go To Definition results in Cannot find declaration to go to for most symbols.
Author: bazelbuild
🌐
JetBrains
plugins.jetbrains.com › docs › intellij › go-to-symbol-contributor.html
13. Go To Symbol Contributor | IntelliJ Platform Plugin SDK
May 14, 2024 - This page is part of multi-step Custom Language Support Tutorial. All previous steps must be executed in sequence for the code to work. A Go to Symbol Contributor helps the user to navigate to any PSI element by its name.
🌐
JetBrains
jetbrains.com › help › go › viewing-definition.html
Definition and type definition | GoLand Documentation
February 27, 2026 - Alternatively, with the Ctrl key pressed, hover over any symbol. GoLand displays the symbol as a link and shows its definition in a tooltip.
🌐
JetBrains
jetbrains.com › help › rider › Navigation_and_Search__Go_to_Implementation.html
Go to Implementation | JetBrains Rider Documentation
September 23, 2024 - For example, from a base type or member, you can jump to any of its end implementations bypassing intermediate steps in the inheritance chain; from a usage of an interface member, you can get to all places where the member is implemented. ... declarations of abstract or interface members that don't have implementation bodies: it will list all inheritors that have implementations. It is not available on member declarations with an implementation body, including virtual members and default interface methods. Use Go to Derived Symbols to check inheritors of such members.
🌐
JetBrains
jetbrains.com › help › webstorm › viewing-definition.html
Definition and type definition | WebStorm Documentation
July 28, 2026 - WebStorm can show symbol definitions in a popup or in a tooltip. A popup shows a full definition of a symbol with the possibility to view its usages.