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
Is your feature request related to a problem? Please describe.
I am frustrated when moving files around a project that I need to update the code as well
eg. I move a file "FileMovingAround.wls" from folder "Old" to folder "New".
I need to update the code in a file as well.
x = Import["C:\\Old\\FileMovingAround.wls"]
x = Import["C:\\New\\FileMovingAround.wls"]
Sometimes I miss this
Describe the solution you'd like
When moving the file via a refactoring for the code to correctly point to the new location
eg, code automatically updates to x = Import["C:\\New\\FileMovingAround.wls"]
It should also work on filenames given in lists with FileNameJoin, eg x = Import[FileNameJoin[{"C:","New","FileMovingAround.wls"]
Describe alternatives you've considered
none
Additional context
I am using the plugin on Pycharm
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am frustrated when moving files around a project that I need to update the code as well
eg. I move a file "FileMovingAround.wls" from folder "Old" to folder "New".
I need to update the code in a file as well.
Sometimes I miss this
Describe the solution you'd like
When moving the file via a refactoring for the code to correctly point to the new location
eg, code automatically updates to
x = Import["C:\\New\\FileMovingAround.wls"]
It should also work on filenames given in lists with FileNameJoin, eg
x = Import[FileNameJoin[{"C:","New","FileMovingAround.wls"]
Describe alternatives you've considered
none
Additional context
I am using the plugin on Pycharm
The text was updated successfully, but these errors were encountered: