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
- ...