Initializing help system before first use

Jump to Definition

You can quickly navigate to the definition of a method or function call from the Outline pane or the code editor.

Use any of the folllowing options to jump to the definition:

From the Outline pane:
  • Click the function or method call in a file, including those declared in the Mosel code as include files.
From the code editor:
  • Select a symbol and press F3. Press F3 immediately afterwards to return to the previous location.
  • Right-click the call in the code editor and select Jump To Definition from the menu. Press F3 immediately afterwards to return to the previous location.
Note: ■ With Python files, you can jump to a definition even if the variable in question is imported from another file. If the import is imported using a from clause (such as from my_module import x, possibly aliased using the as directive), the cursor jumps to the from clause in the current file. Selecting Jump to Definition from the pop-up menu on the name or alias in the from clause switches to the appropriate file and shows the definition there.

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.