You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's pretty obvious why this would be useful when working on ren'py projects that have extreme amounts of python in them. When using the pylance and python extensions, you can right click a python function in a rpy file and go to that function's definition. After installing this extension, the pylance go to definition function is getting overridden I believe by the ren'py language extension. The only thing the go to definition works for is going to labels.
It would be nice if you could either just disable the ren'py language go to definition functionality, or use it in addition to the pylance go to definition.
I believe this is the code that is responsible for this but I don't know enough about extensions to be sure.
The text was updated successfully, but these errors were encountered:
timmbobb
changed the title
Go to Definition doesn't work on Python functions in ren'py
"Go to Definition" doesn't work on Python functions in ren'py
Sep 8, 2023
I think it's pretty obvious why this would be useful when working on ren'py projects that have extreme amounts of python in them. When using the pylance and python extensions, you can right click a python function in a rpy file and go to that function's definition. After installing this extension, the pylance go to definition function is getting overridden I believe by the ren'py language extension. The only thing the go to definition works for is going to labels.
It would be nice if you could either just disable the ren'py language go to definition functionality, or use it in addition to the pylance go to definition.
I believe this is the code that is responsible for this but I don't know enough about extensions to be sure.
The text was updated successfully, but these errors were encountered: