Hi. Long time BBEdit user trying something different.
One major missing feature in BBEdit is that while it’s possible to edit files remotely via SFTP/SSH, there is no way to know if the remote file has been edited while it is ‘open’. If you use joe (text editor) to edit a file and then edit the file from under it with, say, vim, joe will know the file has been edited. This is highly important when working with other people on the same files or when doing a git pull.
To implement this ideally I would have a command on the remote box called st which would open the file and remain as a process on that box, communicating changes to the file from the Mac front-end via SSH.
This would be a game changer as I wouldn’t have to use joe in a terminal to avoid stepping on everyone else’s toes.