I currently use vim in a telnet window for editing code (very old school!). There is a lot of source code (mainly C), so I use tags, cscope etc. to get around. This is ok as far as it goes, but network latency can make every keystroke "laggy", which is not so good!
I'd like to use gvim on my Windows PC (or any editor that can be set up to do this) to:
- Edit files remotely via FTP (gvim already can do this)
- Use a TAGS file that is either stored locally or on the server (probably more efficient to use one on the server, then I don't have to FTP every file down). I suppose generating the file then FTPing to the proper location on my local machine would be ok.
- Run shell commands as if I were in the directory of the file on the server (make, various scripts etc.). I do have ssh access to the machine so I can't think that this would be a problem.
I'm a little familiar with vimscript, so I don't mind doing a little glueing. I thought that I can't be the only person who has ever wanted to do this - hence asking here.
Like I said - if there is any decent editor that has this "built-in", then I don't mind switching!