-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When clicking on "Go to Definition" on a function, you are taken to an error screen.
Environment data
- Deepnote Extension version (available under the Extensions sidebar): 1.1.4
- OS (Windows | Mac | Linux distro) and version: Mac
- Python and/or Anaconda version: 3.13
Expected behaviour
When clicking "Go to Definition" on a function call, the focus should switch to the function definition.
Actual behaviour
There is an error screen.
Steps to reproduce:
Create a block with a function:
def sum(a: int, b: int) -> int:
'''Returns the sum of two integers.'''
return a + bCreate another block that calls the function:
sum(2, 2)Right-click on sum and choose the "Go to Definition" option.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working