Pulsar: A Community Effort to Revive the Atom Text Editor
pulsar-edit.dev
Pulsar: A Community Effort to Revive the Atom Text Editor
1–10 of 89 posts
Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#2Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#3What does Atom offer over alternatives, in particular Visual Studio Code?
Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#4Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#5What does Atom offer over alternatives, in particular Visual Studio Code?
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
#6Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#7What 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…
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
#8Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#9Re: Pulsar: A Community Effort to Revive the Atom Text Editor
#10What does Atom offer over alternatives, in particular Visual Studio Code?
It’s open source.