ide - How to remotely develop software? -


suppose have server runs on linux on develop software (mainly ocaml, c/c++ , java).

is there way "remote develop" these things? mean ide allows me modify files remotely (they uploaded when modified , saved) , compile through ssh (basically invoking make or omake).

i looking makes process transparent developer, without caring of doing things hand. i'm used use eclipse wonder if plugin achieve exists or if there other choices?

mind may happen local machine not able build software intend (for example ocaml) should rely on remote connection.

thanks in advance

i think answer ide-centric.

kde's ioslaves support access on both sftp , ssh (using fish, uses perl script uploaded remote machine). believe gnome has virtual file system (gvfs) supports remote filesystem access.

my recommendation, therefore, choose ide supports virtual filesystem can operate on ssh/sftp , allows specify build command. need specify build command output remote make command (for example, vim has makeprg option can set arbitrary command).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -