Can't go to declaration when using remote Vagrant source and -e flag
Answered
Hi,
I'm having an issue using the -e flag (editable sources) with Vagrant. The issue I'm having is that go to declaration does not seem to go to the source, only the copy in
system\remote_source-\hash\hash\.....\..py
For instance, here is a file:
Then if I ctrl-B on the highlighted line, I go here:
Not here, which is the editable source:
Note the URL in the top bar.
Any ideas?
Thanks
Please sign in to leave a comment.
Please follow https://youtrack.jetbrains.com/issue/PY-25868 for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
For anyone else stumbling into this. You can fix this with a hack. Simply recursively mark all the folders as source. It is not enough to mark the top level as source unfortunately. They all need to be source lol