I'd love to see more symbiosis between editors and deployment tools.
I could write my code and tests in the browser editor, and just have a dashboard with everything I need to know.
Then when I'm at home I can use my editor and still hack the old fashioned way.
I wish Microsoft has bought gitlab instead of github. They could have this new editor tie in with azure or something cool like that. Like websharper, but for everybody else.
Gitlab is using Monaco for this. An open sourced online editor brought to you by none other than Microsoft. (https://github.com/Microsoft/monaco-editor)
I couldn't dig it up now but I recall seeing that Microsoft started this project as an online code editor for Azure, later using it in VSCode. So it would not be surprising if they bring this to github some time in the future.
It still is "alive" somewhere in Azure but MS scrapped it really and focused making the best possible Desktop Editor. You wont see a web editor form them soon.
I could write my code and tests in the browser editor, and just have a dashboard with everything I need to know.
Then when I'm at home I can use my editor and still hack the old fashioned way.
I wish Microsoft has bought gitlab instead of github. They could have this new editor tie in with azure or something cool like that. Like websharper, but for everybody else.