no_name_dev_from_hell,
@no_name_dev_from_hell@programming.dev avatar

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

Feathercrown,

VS Code gang

boblemmy,

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

ExLisper,

You spelled vim wrong.

ultratiem,
@ultratiem@lemmy.ca avatar

The team also created the Electron Framework

😡

porgamrer,

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,

There are actually a lot of people learning latin

Zoop,

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

ExLisper,

Romanes eunt domus!

tarmarbar,

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

PoY, (edited )
@PoY@lemmygrad.ml avatar

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,

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.

z3rOR0ne,
@z3rOR0ne@lemmy.ml avatar

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

ExLisper,
  • 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.

suckmyspez,

It’s definitely not the fastest…

ggnoredo,

Clearly you never tried emacs

Scrath,

Why should I install a second operating system?

varsock,

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.”

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@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?

accidental,

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,

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.

expr,

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

varsock,

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,

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,

you sound like a Microsoft engineer ;)

Evil_Shrubbery,

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

varsock,

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

Evil_Shrubbery,

… 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,

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

Evil_Shrubbery,

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.

https://preview.redd.it/apahsdw0o5x71.png?auto=webp&s=82326fcdb2ab99a608a5f195db6e3212f8c9106f

linuxPIPEpower,

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

BatmanAoD,

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!

varsock,

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,

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.

technom,

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.

BatmanAoD,

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

IvarK,

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

technom,

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

IvarK,

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

fubo,

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.

Aurenkin,

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

LucidDaemon,

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

jrthreadgill,
@jrthreadgill@mastodon.social avatar

@LucidDaemon @Aurenkin out of curiosity, how long have you been using Helix and what do you like about it? I tried it awhile back and liked it, but it wasn't able to break VS Code's iron grip on my dev workflow.

LucidDaemon,

About 6 months since I’ve switched away from vscode. To make Helix worth it you also need to use software that compliments it.

I work in DevOps, so I don’t do a ton of programming but everything I do is via terminal. I use Kitty Terminal, ZSH with oh-my-zsh for the shell, Zellij for an emulation layer (think tiling and tab manager in kitty), nnn for in terminal file manager, and helix for editor.

I almost never leave the terminal now, except when web browsing.

spartanatreyu,
@spartanatreyu@programming.dev avatar

I remember being really interested in Helix when it came out, but it didn’t have a built-in file picker.

Is this still an issue for users? Is there a built-in solution, or a usermade solution to this?

Also, is there plugin support?

I can’t use an editor without rainbow indent/brackets, without them code just takes too long to read that it becomes frustrating.

Turun,

Space-f lets you open a file in the current workspace, and :open /path always let’s you open any file on the computer

Plugin support not yet I think. Not gonna lie, I chose helix over nvim for it’s good out of the box experience, so I didn’t actually have a need for plugins yet.

Fair enough. That would be a use case for a plugin (or simply a setting!)

spartanatreyu,
@spartanatreyu@programming.dev avatar

Space-f lets you open a file in the current workspace, and :open /path always let’s you open any file on the computer

Is this a file tree, or just a fuzzy finder?

Fuzzy finders aren’t a substitute for a file tree picker. They’re only great, until you don’t know the name of a file, or until you need to know of a file’s existence in the first place.

Turun,

File tree not a file tree like in a file explorer, more like the output of find, but with filtering. The letters you type to restrict your search only need to present in that order in the file path, not as a string.

So “abc” would match “./assets/others/abort/cancel.png”, not just “./assets/abc.png”

Additionally, lower case letters match case insensitive, upper case letters match case sensitive. This is surprisingly helpful if you don’t use exclusively lowercase file names.

PoY,
@PoY@lemmygrad.ml avatar

I’m interested in moving to DevOPS from it engineering/support roles but somehow I can’t seem to get anyone to take me seriously. How did you get into DevOPS?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programming@programming.dev
  • kavyap
  • thenastyranch
  • GTA5RPClips
  • tester
  • InstantRegret
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • cisconetworking
  • JUstTest
  • khanakhh
  • normalnudes
  • osvaldo12
  • tacticalgear
  • anitta
  • Durango
  • ethstaker
  • modclub
  • Leos
  • provamag3
  • cubers
  • megavids
  • lostlight
  • All magazines