If my work space looks like this:
/workspace/a1/b1/filea.txt
/workspace/a1/b2/fileb.txt
And if I have filea.txt open, I would like enter the fileb.txt relative path to the filea.txt. In this case, I would like to enter …/b2/fileb.txt to filea.txt.
I know that do it manually but it is quite error prone. I was thinking is there way build similar command as Ctrl+P to search the file but instead of opening the file, I would like to enter the fileb.txt relative path to cursor current position.
I did read the Sublime API and also the Sublime unofficial documentation, but I did not find any pointers which would allow me solve my issue.
Any pointers to plugins, which do it, documentation or something which would help me to resolve the need are highly appreciated.