Hi,
It would be nice if I could open files relative to the currently active file. I regularly work with projects that are 5+ folders deep. Having to start navigation from the project root every time is a hazzle.
Example:
The project root is at /somedir/root, and I have the file /somedir/root/level1/level2/level3/myfile.py open. I'd like to open the file <project root>/level1/level2/level3_2/myotherfile.py.
Current process:
ctrl+o opens the navigation at /somedir/root/
- Enter
/level1/level2/level3_2/myotherfile.py to open the file.
Suggested addition:
ctrl+shift+o opens the navigation at /somedir/root/level1/level2/level3/
- Enter
../level3_2/myotherfile.py to open the file.
Thanks for a great plugin. The auto completion features are excellent.
Hi,
It would be nice if I could open files relative to the currently active file. I regularly work with projects that are 5+ folders deep. Having to start navigation from the project root every time is a hazzle.
Example:
The project root is at
/somedir/root, and I have the file/somedir/root/level1/level2/level3/myfile.pyopen. I'd like to open the file<project root>/level1/level2/level3_2/myotherfile.py.Current process:
ctrl+oopens the navigation at/somedir/root//level1/level2/level3_2/myotherfile.pyto open the file.Suggested addition:
ctrl+shift+oopens the navigation at/somedir/root/level1/level2/level3/../level3_2/myotherfile.pyto open the file.Thanks for a great plugin. The auto completion features are excellent.