this post was submitted on 16 Feb 2021
1 points (100.0% liked)

General Programming Discussion

7728 readers
14 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I'm kinda a Vimhead so I'm just using Vim and hand-compiling but I'm interested to see with which tools you people are working with

top 16 comments
sorted by: hot top controversial new old
[–] yogthos@lemmy.ml 1 points 3 years ago

Intellij for any big projects, VSCodium for smaller stuff, and vi for config editing, etc.

[–] kaosfang_@lemmy.ml 1 points 3 years ago

I personally use vim and doom emacs doom emacs is emacs with "evil mode" the vim keys

[–] bilb@lemmy.ml 1 points 3 years ago* (last edited 3 years ago) (1 children)

For IDEs I use Jetbrains stuff mostly. For work, I use Rider for .Net Framework stuff. I've been learning Rust lately using CLion with the Rust plugin.

[–] ajr@lemmy.ml 2 points 2 years ago

This is why I stopped using IDEs and started using vim, in college they asked me to used a different IDE for each language and I hated it.

[–] hrqmonteiro@lemmy.ml 1 points 3 years ago

Neovim, for 4 years now

[–] illgetanewone@lemmy.ml 1 points 3 years ago

mostly vim as well.

recently tried finding a good alternative though, i haven't found a way to make working with bigger code-bases a breeze with it somehow..

i gave vis a go, and am currently using kak

[–] dengismceo@lemmy.ml 1 points 3 years ago (1 children)
[–] Reaton@lemmy.ml 0 points 3 years ago (1 children)

Shame on me, I've never tried neovim just because I hate the logo... let's throw stones at me.

[–] dengismceo@lemmy.ml 1 points 3 years ago

never have to look at the logo if you never leave the terminal *taps head*

[–] Nitros@lemmy.ml 1 points 3 years ago

At work I am chained to M$ platform so I am split between Notepad++ and PowerShell ISE.

On my personal systems its all VIM.

[–] IngrownMink4@lemmy.ml 1 points 3 years ago (1 children)
[–] avery_pierce@lemmy.ml 0 points 3 years ago (1 children)

I currently use VSCode at work, but I might try this. Any pitfalls or unexpected downsides I should be aware of when I make the switch?

[–] cheer@lemmy.ml 0 points 3 years ago (1 children)

Default VSCodium doesn't use Microsoft's extension store, instead using Open VSX Directory which is missing extensions. It can be changed after install if needed, though.

[–] Echedenyan@lemmy.ml 1 points 3 years ago* (last edited 3 years ago)

I use to prefer to send a feature request to the extensions' developers to upload their extensions to the Open VSX Directory too.

[–] MadestMadness@lemmy.ml 0 points 3 years ago

I do almost everything I do with a computer from inside of Emacs, and I absolutely love it. On top of everything else, it's also a fantastic IDE 🙂

[–] decaprecated@lemmy.ml -1 points 3 years ago

I really need to just sit down and learn vim. It just never clicks with me. Everyone loves it so clearly it’s good, but I need to learn it. Anyone have any resources (besides vimtutor) or is it just a matter of forcing yourself to use it?