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 OverflowJetBrains
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.
Top answer 1 of 2
13
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.
2 of 2
6
It is usually the same shortcut, unless, you guys redefined it: ctrl-click on a method use takes you to the definition, ctrl-click on the definition finds usages.
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.
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.
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
intellij-support.jetbrains.com › hc › en-us › community › posts › 115000636810-How-to-navigate-straight-to-a-function-implementation-instead-of-declarations-and-usages
How to navigate straight to a function implementation, instead of declarations and usages? – IDEs Support (IntelliJ Platform) | JetBrains
October 5, 2017 - Also facing this issue, `Go To Implementations` is navigating to the definition files.
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.