Live data from Hacker News

Pulsar: A Community Effort to Revive the Atom Text Editor

pulsar-edit.dev

1–10 of 89 posts

Re: Pulsar: A Community Effort to Revive the Atom Text Editor

#5

What does Atom offer over alternatives, in particular Visual Studio Code?

Atom used a very different extension model than Visual Studio Code. Atom was designed more in the "everything is an extension" mold and even "core" functionality could be replaced or extended in ways that VS Code likely will never allow. On the one hand greater potential power, on the other hand more potential responsibility (Atom did have some notorious performance issues with comparison to VS Code and "everything is an extension" can be hard to performance adjust at scale).

Given this Pulsar page makes a big deal about trying to preserve the package source (list of extensions), the different extension model and history/long-tail of community extensions was probably important to them.

Re: Pulsar: A Community Effort to Revive the Atom Text Editor

#7

What does Atom offer over alternatives, in particular Visual Studio Code?

Atom used a very different extension model than Visual Studio Code. Atom was designed more in the "everything is an extension" mold and even "core" functionality could be replaced or extended in ways that VS Code likely will never allow. On the one hand greater potential power, on the other hand more potential responsibility (Atom did have some notorious performance issues with comparison to VS Code and "everything i…

Yeah- its open extensions model was a neat idea, but in practice it made it slow, buggy, and complicated to configure (extensions would have dependencies on other extensions, etc). I really tried to stick with it, but as soon as I tried VSCode I sighed a breath of relief and knew I couldn't go back

I think the most egregious example was having two competing IDE hints extensions (not the content, just the GUI). They could both be enabled and they could fight each other or overlay each other if they were. Some language extensions then depended on one, and some depended on the other. It was kind of a mess.

Re: Pulsar: A Community Effort to Revive the Atom Text Editor

#10

What does Atom offer over alternatives, in particular Visual Studio Code?

It’s open source.

What does that offer to it as an editor? And Visual Studio Code is open source as well.

https://github.com/microsoft/vscode/wiki/How-to-Contribute

Post reply on HN