The Eiffel VS Code extension supports Go to Definition for all Eiffel symbols, allowing you to quickly navigate to their declarations.
Place the cursor on a feature name, then:
F12The Editor will open the class where the feature is defined and position the cursor at its declaration.

Instead of navigating away from the current file, you can use Peek Definition:
Alt+F12The definition is shown in an inline popup, allowing you to inspect the code without leaving the current context.

Go to Definition and Peek Definition work with all major Eiffel symbols, including:






Result in a function
Precursor in a redefined routine

