Been using it every day at work for 4 years. Never even noticed the name change to "Azure DevOps". Has anyone here ever used an online IDE, for anything other than very small tasks?
Remote-Powered Developer Tools
11–20 of 136 posts
Re: Remote-Powered Developer Tools
#12Been using it every day at work for 4 years. Never even noticed the name change to "Azure DevOps". Has anyone here ever used an online IDE, for anything other than very small tasks?
At Amazon, some people use AWS Cloud 9 as their editor of choice but it's pretty uncommon in my neck of the woods.
Re: Remote-Powered Developer Tools
#13https://coder.com/ https://github.com/cdr/code-server
Anyone have experience with it?
Re: Remote-Powered Developer Tools
#14I know this question sounds silly since it's basically a browser, but that it actually is similar to c9.
Re: Remote-Powered Developer Tools
#15What benefits does this provide to flat-out installing VSCode? I'm not seeing any here..
Re: Remote-Powered Developer Tools
#16Haven't tried it but this seems useful. I know Google has something similar they use a lot internally. I guess one common use case for this is when you have code you need to run on a remote server but you want a nice development experience like you're developing locally (sometimes I see developers open an IDE on a remote server which is too slow). A better solution is working locally and having all changes sync autom…
Re: Remote-Powered Developer Tools
#17The articles mentions this at the end, but Coder offers a remote VS Code environment: https://coder.com/ https://github.com/cdr/code-server Anyone have experience with it?
Re: Remote-Powered Developer Tools
#18Haven't tried it but this seems useful. I know Google has something similar they use a lot internally. I guess one common use case for this is when you have code you need to run on a remote server but you want a nice development experience like you're developing locally (sometimes I see developers open an IDE on a remote server which is too slow). A better solution is working locally and having all changes sync autom…
Re: Remote-Powered Developer Tools
#19The articles mentions this at the end, but Coder offers a remote VS Code environment: https://coder.com/ https://github.com/cdr/code-server Anyone have experience with it?
That being said, I think they have the multi-user support in the roadmap.