Live data from Hacker News

Web IDE Beta

docs.gitlab.com

51–60 of 258 posts

Re: Web IDE Beta

#51

Anyone think there'll be another editor that'll surpass VSCode, similar to how VSCode surpassed Atom (and others)? I used to think that there would be one, but now I'm not so sure.

It depends on who you ask.

Personally, I still prefer Sublime Text to VSCode.

Now, the problem is ST is proprietary, but then VSCode is starting to be proprietary as well.

Re: Web IDE Beta

#52
post #39

Earlier quoted context omitted.

No, I think they’ve won this cycle in the same way that Windows and Google did theirs. The only issue for them is that it’s still text editing under the hood, which is a fundamental enough of a tool that there’ll always be alternatives scratching away at their supremacy (unlike an operating system for instance). So copilot and good LSP servers are probably big factors in their dominance. Still seems like a market shi…

lsp actually came out of the .net opensource community. omnisharp to be exact. It's funny how much is actually attributed to MS in this case, when most of VSCode did not originate there. There's no reason at all why VSCode has "won" the same way Windows and Google did. VSCode fixed two main issues of Atom. If anything it was a natural evolution. The name was just a smart marketing play. There are some things that are…

Fair. Like I said, it’s a text editor and only does things so much “better” than their competitors who are likely to retain their user bases to some extent. We seem to generally agree on this.

But the ecosystem effects of GitHub integration and getting into the browser as is the case with the top parent post and being the home for LSP servers seem to me like enough of an “embrace” to secure a “win” however lesser it is than Google’s. I’m not a user though, just my view from the outside.

Re: Web IDE Beta

#53

Earlier quoted context omitted.

JetBrains gives products in very niche areas. WebStorm for JS, PHPStorm for PHP, RubyMine for Ruby, and GoLand for GoLang. Visual Studio Code is used by people who like to many languages, but more specifically for someone who's job is to work with JavaScript then WebStorm is much better. JetBrains could very well combine all these IDEs into one, but then again think about the amount of space and data of this new IDE.

Aside from the newly introduced Fleet the other commenter pointed out, Jetbrains' IDEA Ultimate can include all the functionality of all the individual niche products (via plugins), so you could just use a single Jetbrains IDE for most any language/flow you choose. I personally kind of like to keep them separate so I can keep different envs configured the way I most often use them, but you could just use the single I…

Can confirm... IDEA Ultimate (and Community to a lesser extent) lets me write code in Java, Groovy, Kotlin (and with slightly fewer features, but still really good support), Go, Rust, JavaScript, TypeScript, and of course, HTML/CSS... probably more but those are what I normally use.

VS Code is getting support for all the newer languages though... similar to how it used to be before with Eclipse (for those who remember the multitude of Eclipse-based IDEs for niche uses in the 2000's) and emacs (which still gets support for most esoteric langs, even if half baked, pretty quickly)... for example, I can use Zig in both emacs and VS Code, but not IntelliJ (I think they are writing one , but it was really unusable when I last checked it out). And stuff like Julia, Common Lisp.... I tend to go to emacs for those... but apparently supporting VS Code is high priority for even these languages nowadays.

Re: Web IDE Beta

#54
post #27

Earlier quoted context omitted.

I think the biggest risk for those companies (see GitPod who had multiple blog posts about it) is that the good parts of VSC really are closed source or not MIT-licensed so you can't use things like share or extensions and many others. I think cloud vendors like gitlab and others should actually work on rewriting or maintaining a different fork or write an entirely different web editor altogether. VSC is not a piece…

VSC does have reasonable support for tablet editing, there was a big push to make it fully compatible with Safari on the iPad when Codespaces was first in beta. You’re right about mobile though, it’s a nightmare.

Do people do that much code editing on their phone, though?

People don't really optimize for 0.001% of use cases.

Re: Web IDE Beta

#56

I don't understand that girls is letting that going when they pretend to care for OSS. Microsoft is in the embrace phase, there is not a major forge that will remain that will not force to use their things. Then they will be able to start with messing things, like requiring proprietary extensions to lock down the thing. I guess a lot of people here don't remember the good old time of Visual Studio on Windows.

> like requiring proprietary extensions to lock down the thing. Which they are already doing in a lot of places. For instance, the VSCode Python extension replaced the open source language server with a proprietary rewrite (PyLance)[0]. They also have quite a few extensions that are proprietary, like LiveView. And it's worth noting that those extensions explicitly forbid running in anything other than the official VS…

Which means it's not truly OSS. But I dont think its insidious for software to have good proprietary features that make the tool better.

Re: Web IDE Beta

#57

I don't understand that girls is letting that going when they pretend to care for OSS. Microsoft is in the embrace phase, there is not a major forge that will remain that will not force to use their things. Then they will be able to start with messing things, like requiring proprietary extensions to lock down the thing. I guess a lot of people here don't remember the good old time of Visual Studio on Windows.

Sorry, this went over my head. What was that about girls, you said?

Re: Web IDE Beta

#58

Anyone think there'll be another editor that'll surpass VSCode, similar to how VSCode surpassed Atom (and others)? I used to think that there would be one, but now I'm not so sure.

I think that the market share of "new" IDEs is pretty well established between VSCode, Sublime and the various Jetbrains offerings.

is sublime an IDE? i guess i could call my neovim python setup an IDE, but i don't.

Re: Web IDE Beta

#60

Anyone think there'll be another editor that'll surpass VSCode, similar to how VSCode surpassed Atom (and others)? I used to think that there would be one, but now I'm not so sure.

What will get bigger than VSCode is the wrong question to ask. Eventually it'll be unmaintained and people will have moved onto something else. The only constants in the editor mindshare circus are Emacs and vim, and even those will fade away, one day, much later than VSCode.
Post reply on HN