A few arguments to get the conversation started
Against using browser-based IDEs:
- Browser-based IDEs are limited in functionality
- Limited Customizability
- ...
For using browser-based IDEs:
- Security, e.g. installing npm dependencies on your local machine vs a sandboxed remote server
- Convenience of having the same environment everywhere
- ...
I'm not sure if you're trying to suggest "convenience" or "security" are points in favour of running something remotely or not?
Personally, the vast majority of projects I work on, use a Vagrant box in some way, so I get reproducible, "sandbox" environments without the need for internet access to make it work.
My work is a bit of a mixed bag, including (but not necessarily limited to) the following (in no particular order):
- PHP library development;
- PHP web app development;
- Shell library development;
- Infrastructure tooling development;
- Dev tooling development;
- Vagrant box development (i.e. creating base boxes to use in projects)