Pulsar, the best code editor (optimizedbyotto.com)
from otto@programming.dev to programming@programming.dev on 20 Feb 2024 01:21
https://programming.dev/post/10284468

Pulsar (former Atom) is still the best code editor in my opinion. It is easiest and fastest to use, has all the nice productivity boosting plugins and is overall great for all the same reasons the Atom was great. 🚀

See also !pulsaredit@lemmy.ml

#programming

threaded - newest

abhibeckert@lemmy.world on 20 Feb 2024 01:28 next collapse

Pulsar is a fork of Atom, which was discontinued because almost everyone jumped ship to VSCode.

What does Pulsar do that is better than VSCode? All the features this article highlights are in VSCode too, and I can think of a bunch of features that Pulsar doesn’t have (dev containers are a big one for me - they allow you to have different versions of the same software installed, depending what project you’re working on right now… and you can work on/run both versions of the same software at the same time, on the same hardware… you can also emulate other CPU architectures in a dev container, some of the software I work with every day can’t actually run natively on my hardware).

BatmanAoD@programming.dev on 20 Feb 2024 04:49 next collapse

The author also makes some incorrect or misleading claims, specifically about emacs. I acknowledge there’s a high bar for entry there and don’t personally like emacs, but it’s not modal, and it does have the ability to display images and markdown previews.

sping@lemmy.sdf.org on 20 Feb 2024 13:14 collapse

Well, it’s not modal by default. It is if you want it to be.

BatmanAoD@programming.dev on 20 Feb 2024 14:55 collapse

Sure. But the author cites that as a disadvantage of emacs and links to an article about the person who invented ctrl-c and ctrl-v for copy and paste.

HamsterRage@programming.dev on 20 Feb 2024 18:44 collapse

I used Atom for markdown editing for my blog and I loved it. After the death of Atom I felt forced to switch over to VS Code and I hate it.

Hate, Hate. Hate.

I can’t tell you why, I just hate it.

I found Pulsar last week and my blood pressure is down where it belongs now.

For programming in Java & Kotlin I use Intellij Idea CE. I cannot image why anyone would bother with VS Code for this purpose either.

ElderberryLow@programming.dev on 21 Feb 2024 01:44 collapse

I recently started learning Java and Intellij Idea was recommended to me by the course. This is the second time in a week I’ve heard about this. In your opinion, what makes it good?

HamsterRage@programming.dev on 21 Feb 2024 20:01 collapse

It just works. I spent years with Eclipse (but quite some time ago now), and it was always a pain getting particular things to work properly. The last time I messed with it was doing research for an article I was writing. I was try to get Gradle support enabled. I wasn’t able to do it, but I admit I gave up pretty quickly because I don’t have the patience for messing with tools that don’t work any more.

In truth, I really liked the Open aspect of Eclipse and I wish it work better than Intellij. Maybe it does now - I don’t know. For Java Intellij is awesome, and does everything you could ever dream for. For Kotlin - well Kotlin is an Intellij product and the support for it is awesome.

ElderberryLow@programming.dev on 22 Feb 2024 00:52 collapse

Sweet thank you!

rammjet@lemmy.world on 20 Feb 2024 01:57 next collapse

Zed zed.dev

Sanctus@lemmy.world on 20 Feb 2024 02:00 next collapse

That can only run on mac. Hard pass.

Max_P@lemmy.max-p.me on 20 Feb 2024 03:00 next collapse

It looks like it’ll be really nice when it comes out for the other platforms though, and they do plan on doing that eventually.

It’s probably a good thing to get it right on one platform first before getting into the other ones. If they release it buggy on Linux it’ll leave a bad taste.

Sanctus@lemmy.world on 20 Feb 2024 18:28 collapse

It does look nice, but unfortunately I cannot use it. If it ever is released on Linux I might give it a try. But Vim is hard to beat after its setup to be IDE-like.

abhibeckert@lemmy.world on 20 Feb 2024 04:33 next collapse

They’re working on Linux compatibility. It’s not ready yet but it’s well along the way with about half the necessary tasks completed. Windows will be after that.

paperplane@lemmy.world on 20 Feb 2024 04:55 collapse

It’s open source though and they plan on adding Linux/Windows support in the future

autokludge@programming.dev on 21 Feb 2024 02:54 collapse

Atom did bring about tree-sitter at least.

From zed.dev/blog/we-have-to-start-over

We got to a certain point with Atom. It was 2017 when we’d shipped Teletype and it felt like, okay, it’s no longer our own ignorance holding us back, it really is like the platform holding us back at this point.

the ironic thing is that we created Electron to create Atom, but I can’t imagine a worse application for Electron than a code editor, I don’t know.

_dev_null@lemmy.zxcvn.xyz on 20 Feb 2024 02:43 next collapse

The key to being productive as a programmer is to have a great code editor

True true.

The best code editor came from GitHub

I’m out.

Aurenkin@sh.itjust.works on 20 Feb 2024 02:51 next collapse

The best code editor is the one that you enjoy using, because you’re going to be using it a lot.

LucidDaemon@lemmy.world on 20 Feb 2024 03:21 collapse

I agree with this. In my opinion helix is the best code editor.

fubo@lemmy.world on 20 Feb 2024 03:22 next collapse

The best code editor is the one that works well with your other tools, including your compiler and your keyboard.

Corollary: If you use an unusual compiler or an unusual keyboard, this may change what the best editor for you is.

BatmanAoD@programming.dev on 20 Feb 2024 04:30 next collapse

I know several world class programmers, and interestingly, the commonality among them is that they all seem to use Vim as their code editor. Many people I know who think of themselves as world class programmers use Emacs.

What a burn!

technom@programming.dev on 20 Feb 2024 10:15 next collapse

More like a personal bias in the form of a distasteful snark that the author thinks is funny. Their demonstrated knowledge about Emacs in the article indicates the worth of such remarks.

IvarK@lemmygrad.ml on 20 Feb 2024 13:30 next collapse

You wouldn’t happen to think of yourself as a world-class programmer by any chance?

technom@programming.dev on 20 Feb 2024 13:57 collapse

If I were, I wouldn’t be hanging out here, would I? BTW, I use both Vim and Emacs.

IvarK@lemmygrad.ml on 20 Feb 2024 17:00 collapse

Yeah it was just an open goal of a joke, didn’t mean to be an ass 🙈

BatmanAoD@programming.dev on 20 Feb 2024 14:56 collapse

Yeah, I commented elsewhere on the misinformation regarding emacs in the article.

varsock@programming.dev on 20 Feb 2024 15:35 collapse

As a former Vim user myself, I have to say I really dislike screensharing with coworkers who use Vim. They are walking me through code and shit pops up left and right and I don’t know where it comes from or what it is I’m looking at. Code reviews are painful when they walk me through a large-ish PR.

These days, I tend to bring my vim navigation/key bindings to my IDE instead of IDE funcs to Vim. Hard to beat JetBrains IDEs, especially when you pay them to maintain the IDE functionality.

zygo_histo_morpheus@programming.dev on 21 Feb 2024 11:33 collapse

Pair coding with vim is a skill in itself (for the vim user). You can make things a bit easier to follow by making liberal use of visual mode for example. I have a CoworkerMode command that turns on smooth scrolling via vim-smoothie and cursorline, and I’ve also added some stuff to the neovim right-click menu so that I can explicitly right click go to definition for example. It can be worth switching editor sometimes, but it’s not always worth it if you’re in the middle of something.

linuxPIPEpower@discuss.tchncs.de on 20 Feb 2024 05:15 next collapse

I think i read that it uses an old version of electron or something? Do i recall correctly?

varsock@programming.dev on 20 Feb 2024 15:30 next collapse

code is just text, so code editors are text editors.

What sets IDEs apart are their features, like debugger integrations, refactoring assists, etc.

I love command line ± Vim and used solely it for a large portion of my career but that was back when you had a few big enterprise languages (C/C++, Java).

With micro services being language agnostic, I find I use a larger variety of languages. And configuring and remembering an environment for rust, go, c, python etc. is just too much mental overhead. Hard to beat JetBrain’s IDEs; now-a-days I bring my Vim navigation key bindings to my IDE instead of my IDE features to Vim. And I pay a company to work out the IDE features.

for the record, I am in the boat of, use whatever brings you the greatest joy/productivity.

Evil_Shrubbery@lemm.ee on 20 Feb 2024 19:50 collapse

text editors

Yes, I use MS Word then print as image to pdf. Outlook works too, but it’s less secure, and Power Point is too fancy for my taste (I don’t like animated transitions when my code wraps between columns). It’s amazing how far we’ve come from punched cards, and how fast, I can barely keep up.

varsock@programming.dev on 02 Mar 2024 03:25 collapse

you sound like a Microsoft engineer ;)

Evil_Shrubbery@lemm.ee on 02 Mar 2024 11:23 collapse

I was trying to be a bit funny but I forgot that I’m not funny, (I’m) just a joke.

varsock@programming.dev on 02 Mar 2024 12:50 collapse

for the dummies (like me) that can’t read the room, especially online, a sarcasm tag /s goes a long way 🙃

Evil_Shrubbery@lemm.ee on 03 Mar 2024 00:56 collapse

… oh, you are right, now I fell dumb, I should use that more often, it would have worked perfectly in so many situations.

I am trying something similar irl, basically announcing my intentions (not just sarcasm) & trying not to feel weird in the sort of way like when somebody tells a joke & then starts to explain it immediately afterwards.

Eg: I’m genuinely happy you pointed that do directly, I’m not being sarcastic.

varsock@programming.dev on 04 Mar 2024 23:31 collapse

hey, that’s what the internet is for; information sharing :)

Evil_Shrubbery@lemm.ee on 05 Mar 2024 01:33 collapse

Ah, yes, when humans build & use something for good. I forget sometimes about that. That reminds me, I should donate some moneys to Wikipedia again.

<img alt="" src="https://preview.redd.it/apahsdw0o5x71.png?auto=webp&s=82326fcdb2ab99a608a5f195db6e3212f8c9106f">

varsock@programming.dev on 20 Feb 2024 15:43 next collapse

Had a distinguished collegue (from the Bell Lab days) say to me recently:

“IDEs take up a lot of RAM on my machine. Vim takes up a lot of squishy RAM in my head. I need squishy RAM to hold info relevant to problem solving, not options available in my tool chain.”

accidental@lemmy.sdf.org on 20 Feb 2024 16:22 next collapse

While I agree with the sentiment, the key bindings have been burned into my less squishy ROM at this point, and I’ve got all banks of squishy RAM available 😄

varsock@programming.dev on 21 Feb 2024 15:42 collapse

hahaha good point.

That colleague, keep in mind is a bit older, also has Vim navigation burned into his head. I think where he was coming from, all these new technologies and syntax for them, he much rather prefers right clicking in the IDE and it’ll show him options instead of doing it all from command line. For example docker container management, Go’s devle debugger syntax, GDB. He has a hybrid workflow tho.

After having spent countless hours on my Vim config only to restart everything using Lua with nvim, I can relate to time sink that is vim.

SmartmanApps@dotnet.social on 21 Feb 2024 01:26 next collapse

@varsock @otto
Oh god yes! Each instance of VS22 takes up more than 1Gb of RAM - what I'm doing right now with this piece of code does NOT need 1Gb of memory! Have they not heard of lazy loading?

expr@programming.dev on 21 Feb 2024 06:59 collapse

Vim doesn’t take any thought for me, it’s all muscle memory.

ggnoredo@lemm.ee on 20 Feb 2024 15:57 next collapse

Clearly you never tried emacs

Scrath@lemmy.dbzer0.com on 21 Feb 2024 09:17 collapse

Why should I install a second operating system?

suckmyspez@lemmy.world on 20 Feb 2024 20:03 next collapse

It’s definitely not the fastest…

z3rOR0ne@lemmy.ml on 20 Feb 2024 20:46 next collapse

just keeps on keeping on with neovim, vimium, a tiling window manager, and an ortholinear keyboard.

ExLisper@linux.community on 21 Feb 2024 07:41 collapse

  • opens file in nvim, can edit code immediately, code is processed in the background and info appears after ~30 seconds
  • opens Idea project, everything is unresponsive for a minute

Yep, I will stick to nvim.

porgamrer@programming.dev on 20 Feb 2024 23:07 next collapse

Counter-point: Atom is terrible. Its electron competitors are terrible. Big IDEs are terrible. Simple text editors are terrible.

If you are under 50 and chose to learn vim or emacs, there is a 100% chance that you were also forced to learn latin at school and honestly it’s not your fault that you turned out this way.

These are all the options. Sometimes all the options are terrible.

Sheldan@programming.dev on 21 Feb 2024 06:04 next collapse

There are actually a lot of people learning latin

Zoop@beehaw.org on 21 Feb 2024 07:29 collapse

Yep, I learned a good bit of it in school. That shit’s helpful.

ExLisper@linux.community on 21 Feb 2024 07:37 next collapse

Romanes eunt domus!

tarmarbar@startrek.website on 21 Feb 2024 08:03 collapse

Me too, but I never found it helpful. What’s your experience in using it in life?

PoY@lemmygrad.ml on 21 Feb 2024 06:28 next collapse

I’m under 50 and I know Vi because it was always available on every Linux/BSD system i used from the day i discovered Linux up to now

sekhat@lemmy.temporus.me on 22 Feb 2024 13:44 collapse

Vim or emacs? I mean I know they were created a long time ago, but they are both pretty good pieces of software, both highly configurable. I don’t understand people aversion to them, rather than having the false belief that they are too complicated? When in reality they just aren’t intuitive in terms of modern stuff. But they aren’t difficult, just different.

ultratiem@lemmy.ca on 21 Feb 2024 04:32 next collapse

The team also created the Electron Framework

😡

ExLisper@linux.community on 21 Feb 2024 07:36 next collapse

You spelled vim wrong.

boblemmy@lemmy.world on 21 Feb 2024 08:06 next collapse

When I write code in the terminal, the editor I use the most is nano. I know vim and emacs are more powerful, but I don’t really feel that nano is incompetent. I run nano in byobu

Feathercrown@lemmy.world on 21 Feb 2024 20:27 next collapse

VS Code gang

no_name_dev_from_hell@programming.dev on 21 Feb 2024 20:32 collapse

Lapce is the most promising tool I’ve seen in the editor space for some time now.