You are viewing a single thread.
View all comments
47 points

Alternatively you can use and support a true community-driven editing environment dedicated to preserving your freedom, like vim/neovim or emacs.

permalink
report
reply

Personally though, I use Kate. Ain’t got time to learn new keybindings

permalink
report
parent
reply
6 points

Am I going to be judged for admitting I use KDE Kate on here?

permalink
report
parent
reply
3 points

Kate is outstanding

permalink
report
parent
reply
1 point

Are there extensions for Kate as there are for VS Codium?

permalink
report
parent
reply
2 points

Nah Kate is fine if it works for you :)

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
1 point

That is incorrect. Both are pretty barebones from the start and have a big pool of extensions to get the functionality that you need. It might be more involved on the vim/nvim side, but that is more of an accessibility VS personalization thing.

There are even sort of distributions for nvim that bring you all the common functionalities already configured.

permalink
report
parent
reply
8 points

lapce is a vscode replacement that has all the sugar that people love and it’s blazingly fast. It’s still in alpha but I’m very hopeful for it’s future.

permalink
report
parent
reply
8 points

I have looked at lapce and I am hopeful it will mature enough to replace vscode. I haven’t had the time to see if it works enough to replace vscode for my daily work, but I am planning on trying it again soon.

Fleet seems promising but not sure how I feel about another JetBrains editor.

permalink
report
parent
reply
1 point

Glad you liked it :) It still has issues but the development is happening at breakneck pace. I’m planning on daily driving it once it goes beta.

I also have conflicting feelings about jetbrains IDEs. Does fleet have a community edition? I use pycharm sometimes but also hate it sometimes.

permalink
report
parent
reply
7 points

Emacs isn’t super great for C#. The language server is a bit hit and miss.

permalink
report
parent
reply
13 points

You can also use Debian 1.1 but the makes zero fun as well.

Why make your own life hard for no reason. VIM is really really outdated when it comes to ease of use.

There is not a single thing where vim is better in any way. The argument that it is faster is the biggest lie ever.

Example: I write a few hundred lines of python code and execute it but sadly made formal mistakes. VIM does not help a bit. It might take hours of bugfixing with help of a command line.

Python addon and some others would have instantly found those mistakes saving myself a lot of headache.

That’s the same comparison as the senior developer and the normal dev. The dev might type twice as fast but making 5 times the mistakes he still needs a lot more time than the slow index finger typing senior.

permalink
report
parent
reply
1 point

vim is not outdated, it was easy to use to begin with and could not be optimized any further. Yes, there are plugins/extensions/… to add more features, but on a basic install of vim you have everything you need to navigate source code and config files.

permalink
report
parent
reply
8 points

The argument that it is faster is the biggest lie ever

Vscode is written in JavaScript and running in a web browser. Vim is written in C and runs at a console. Of course Vim is faster. Vscode is a hobbled cripple by comparison.

The rest of your comment suggests you are ignorant of vim with plugins and command line tools. I’ve tried vscode and while it looks nice, I am far faster when developing with vim and a couple of open terminals.

permalink
report
parent
reply
4 points

IDEs like VSCose are only powerful because they integrate coding tools like LSPs and completion enginea. Those tools are also available on neo/vim or Emacs, so you can be as proficient as you were with VSCode. Hell, even GitHub’s Copilot is available on vim!

And frankly, having started coding on Atom before switching to neovim, I find a keyboard centric, mode-based coding much more efficient than a usual mouse-centric workflow.

It really boils down to personal preference, but I’m eager to find some objective arguments proving that “vim is outdated when it comes to ease of use”, because that’s not what I experienced.

permalink
report
parent
reply
2 points
*
Deleted by creator
permalink
report
parent
reply
6 points

What features are available in vim that aren’t in vscode? Genuine question, trying to decide if I should make the switch

permalink
report
parent
reply
3 points

This is incorrect. Vim and neovim can reach the same level of functionality as VS Code through plugins and extensive configuration. An experienced vim user with plugins is as fast as an experienced VS Code user with plugins.

Getting vim experience and customizing it has a much steeper initial investment. That’s where the disconnect is.

There is an argument to be made that completely mouseless development is faster. This also requires a steep initial investment to pan out.

permalink
report
parent
reply
64 points

But that’s something new to learn and configure. I just want to code why should I spend my time learning another text editor when vscodium is fine

permalink
report
parent
reply
6 points

That’s fine too. Use whatever does the job for you, but give alternatives a try if you ever have the time.

permalink
report
parent
reply
4 points

Well, if you learned emacs, you could do everything in it and won’t have to change ever again! /s kinda

permalink
report
parent
reply
17 points

Who doesn’t want to go through learning of text editor and pain of configuring instead of actually coding?

permalink
report
parent
reply
2 points

Well…obviously them.

permalink
report
parent
reply
0 points
*

Same reason why a carpenter should learn to properly use hand tools, or a teacher should keep up on literature. In other words, master your tools. It doesn’t matter which tool you use, provided you can use it to its full potential.

I occasionally use VSCode, but I mostly use ViM because that’s my tool of choice.

For another reason, if your ever in the situation where you need to work on something on a remote server or an unfamiliar machine, knowing ViM means you can at least be somewhat productive when you don’t have your normal tools available.

permalink
report
parent
reply
1 point

I know vim. I’m using vscodium with a vim plugin. I was coding in pure vim for half a year because my Laptop with 4 gigs of RAM couldn’t handle vscode. I just don’t want to configure vim so it does all the stuff VScodium does for me

permalink
report
parent
reply
57 points

Careful. You’re in a linux-heavy audience. They’re the kinda people who would spend a few weeks setting up systems to use it for a few minutes.

permalink
report
parent
reply
5 points

I’m a full-time Vim and Linux user when writing code. I agree with the statement that “simply switching” editors is very naive. I’m my personal opinion, you should decide on an editor that makes sense to you and learn to be very good at it. If VS Code is that answer, then great. Not everything points to Vim or Emacs.

permalink
report
parent
reply
7 points
*

That’s simply outrageous!!! As soon as I finish tinkering with my system, I’ll prepare a proper reply…

On a more serious note though. Don’t overlook the role of procrastination in the endless tinkering many put on their boxes. I’m speaking from experience.

permalink
report
parent
reply
7 points

Who uses a system for only few minutes?

permalink
report
parent
reply
5 points
Deleted by creator
permalink
report
parent
reply
1 point

I’m still using sublime to this day. It keeps getting worse and falling behind VSCode with every new feature that never comes gets to it, but I have so many pet peeves with VSCode that everytime I try it I soon give up. I wish there were more options these days, but as the expected feature sets get more complex the number of options keep going down.

permalink
report
parent
reply
22 points

Vim and EMACS require tons of plugins and a brain transplant to feel confortable using them.

And the new personality tends to be somewhat evangelical about the editors 😄

permalink
report
parent
reply
1 point

But isn’t atom and vscodium almost the same stuff?

permalink
report
parent
reply
19 points
*

I would love to use emacs, unfortunately coding in TypeScript is much more pleasant to me than coding in elisp or lua.

Not to say Typescript is a good experience either, I always feel like fighting the language than actually coding. Just saying they are better than elisp or lua.

Also I find vscode has better mouse interaction, but maybe emacs got better with time.

permalink
report
parent
reply
0 points
*

Are you talking about configuring the editor? Ideally, that’s not a common task, so it really shouldn’t matter much if it uses TypeScript, elisp, vimscript, or lua.

And if you’re primarily using the mouse, you’re missing most of the point of editors, especially emacs and ViM. The real power of those editors comes from keyboard shortcuts and combos, not from plugins and menus.

permalink
report
parent
reply
5 points
*

Yes, ideally a editor would work without any configuration, but unfortunately I haven’t met any emacs user with sub 200 line dot files.

I personally cannot remember more than 20 hotkeys to save my life.

Also I find the most time-consuming part of my work is actually thinking, not clicking around with a mouse. so I don’t really need to spend month to remember all the hotkey just to save 2 seconds clicking. In fact, slow down and click couple buttons to commit gives me a bit to rest and enjoy the moment when I have finished a task…

permalink
report
parent
reply

Technology

!technology@lemmy.ml

Create post

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

Community stats

  • 4.5K

    Monthly active users

  • 2.8K

    Posts

  • 45K

    Comments

Community moderators