Improve workflow when programming/editing for html/css/js -


my workflow connect via ssh development server use vim. miss convenience of using ide edit html/css/javascript files honest.
there workflow mine can in programming html/css/js files e.g. make sure there no typo/syntax error, available properties/methods etc?

you can:

  • use graphical environment software (like gnome, kde) mount remote directory via sftp (part of ssh) , edit files locally using ide,
  • use sshfs , same thing without of ge parts,
  • use dropbox (or that) sync data between server , computer,
  • use available network file system (nfs, samba, ???).

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -