Live data from Hacker News

Web-based editor

docs.github.com

171–180 of 307 posts

Re: Web-based editor

#171
post #90

Earlier quoted context omitted.

Are the other $EDITORS able to run inside a web browser?

Phoenix ( https://github.com/aicore/phoenix ) is working on brackets in the browser.

Man, I loved Brackets (Phoenix is a fork) when it came out. Much nicer than Atom, but then VSCode got much better and took over most of the mindshare.

Re: Web-based editor

#172

Am I alone in not jumping on the Visual Studio [Code] bandwagon? Other online editors have had "vim modes" for ages (e.g. Overleaf) and frankly I'm unlikely to write a chonking great script or project in a browser on Github -- a minor modification is much more likely. VS Code's codebase is huge . Will Github allow people to use other $EDITORs? (Yes, I'm aware this makes me sound like an old man!)

I tried VS Code for over a year and consider it severely lacking features that most IDEs had fifteen years ago. GitHub should reconsider whether they really want to be reminding everyone that MSFT owns them.

Same here. I've been told by various people how fast and efficient it is but it uses as much memory as a Windows VM and the code completion is screwed up 50% of the time for MS tech (and worse for others).

It is usable just not very good, yet.

Re: Web-based editor

#173
post #136
post #52

I've been using this for a while. Very, very, very handy for - Just exploring some code. - Quickly pull up as reference code w/ decent navigation without having to checkout locally or navigate forward/back in the source tree in GitHub. - When reviewing PRs and wanting to check out some surrounding code that is not part of the actual PR. - If you want to quickly commit something really small and trivial in master/a br…

I was showing my friends just yesterday how amazed I was for Command + P working as an app shortcut on github.dev. Did you try this recently?

What's this?

Re: Web-based editor

#175
post #165

Maybe I am just dumb, but the terminal is not working for me. How do I run commands in this?

> Because there is no associated compute, you won’t be able to build and run your code or use the integrated terminal.

Re: Web-based editor

#176

Earlier quoted context omitted.

I have never used vim in my life (20 years in dev. including on linux and used linux since the late 90s). Many people talk about vim lately, probably the most I've seen and I'm still not sure why. That said, VSCode is very good. But I don't believe in a web-based IDE and in remote Github repos. That's a recipe for disaster and unescapable vendor lock-in, and in any case it's only an option for web dev., really. Edit:…

> Many people talk about vim lately, probably the most I've seen and I'm still not sure why. Extrapolating from personal experience, I think this might be down to Covid WFH where more people have had to ssh into remote machines and may need to edit files so might choose to use vim as it’s easily available. And vim is something that I find is better learned progressively where you pick up 1 or 2 tricks every week or s…

Yes, you may be right.

I have also been WFH because of Covid but haven't had to change much or anything to my way of working and I do SSH to multiple machines every day. That might vary a lot from person to person, though. I have avoided doing actual dev. on a remote machine by setting up a VM to run Linux locally as any sort of remote desktop tends to be a pain.

Also, with distributed source control (git and friends) there is usually no need to access remote source files.

Re: Web-based editor

#177
post #134

I just get "The Web Worker Extension Host did not start in 60s, that might be a problem." And the project never loads. Edit1: That said I also started development on my own web IDE: http://edit.rupy.se Edit2: This other URL works: https://github1s.com/tinspin/rupy

Where can I read more about your web ide?

Re: Web-based editor

#178

Earlier quoted context omitted.

VSCode does have a vim mode. See this plugin here: https://github.com/VSCodeVim/Vim It works surprisingly well.

It's pretty good, although I've found it a bit funky with copy/paste/yanking.

That part of the codebase needs a big overhaul and could use finding!

Re: Web-based editor

#179

As someone who uses git from the command line, I am finding the web-based editor extremely unintuitive and difficult to use for common git operations.

Apart from that [true fact], VSCode being available directly is HUGE !

Re: Web-based editor

#180

It seems we are moving to a world of magic, where developers will be alchemists, and only a handful of people will understand "physics" or "chemistry" and know what is actually going on in the cloud, serverless, fileless, functionless development. Since google translate and google maps, I always ask myself, what is the real price for this very convenient and engaging product.

VSCode in the browser is available as a standalone server [in case you need to deploy it in your ways]: https://github.com/cdr/code-server

License: MIT

It works insanely well.

Post reply on HN