Go to Definition

Go to Definition is a productivity tool inspired by VS Code’s navigation system. It allows you to instantly jump to the definition of a class, function, or variable directly from the Text Editor.


📍 Location

  • Text Editor → Right-Click Context Menu → Go to Definition

  • Shortcut: F12


❓ How to Use

  • Right-click on any function, class, or variable name.

  • Choose Go to Definition from the context menu.

  • Alternatively, press F12 while the cursor is over the name.


⚙️ Features

  • Quickly jump to the exact line where the item is defined.

  • Works with:

    • Python classes

    • Functions

    • Local and global variables

  • Accessible via:

    • Context menu

    • F12 keyboard shortcut

Last updated