this post was submitted on 09 Jul 2023
103 points (98.1% liked)

Asklemmy

45146 readers
1488 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] bilb@lem.monster 32 points 2 years ago* (last edited 2 years ago)

Whichever Jetbrains IDE is appropriate. I fell in love with Rider and wound up paying for their all-inclusive license. I've since made heavy use of Webstorm, CLion, and Datagrip professionally and personally.

[–] open_world@lemmy.world 27 points 2 years ago (1 children)

Visual Studio Code. It has great defaults out of the box, is highly customizable and extensible, has near universal support for every programming language, and runs reasonably fast on my machines.

[–] kplaceholder@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

Yeah VSCode is the GOAT. I reached a point where I basically only ever use any other IDE if I'm explicitly told to, or if I don't have a desktop environment to work with. Or if I have to work with Java, because sadly I found the Java support on VSCode to be rather lacking.

[–] sini@lemm.ee 23 points 2 years ago (4 children)

NeoVim. Endlessly customizable, quick to start, and can offer whatever niche feature you’d like. Did I say it was endlessly customizable?

[–] vext01@lemmy.sdf.org 3 points 2 years ago

Same here. I've used vim/neovim for decades now.

I hated configuring it then (in vimscript). I hate configuring it now (in lua).

load more comments (3 replies)
[–] liz1328@beehaw.org 21 points 2 years ago (2 children)

When I first started programming a few years ago, I used Python's default IDLE. After a few months of that I switched to Atom (RIP), and shortly after moved to VS Code. I've stuck with VS Code since.

[–] DARbarian@lemmy.world 11 points 2 years ago (2 children)

I strongly recommemd VSCodeium, the FOSS-ified version

[–] NoConfigence2192@rblind.com 6 points 2 years ago

Will give this a look. See how hard it is to install and use when using a screen reader. Really like that there's no telemetry

load more comments (1 replies)
[–] crunchpaste@lemmy.dbzer0.com 6 points 2 years ago (3 children)

I missed Atom a lot when it was discontinued. Recently found Pulsar which is a community continuation of Atom, and it seems to be quite active.

load more comments (3 replies)
[–] rideonourenemies@beehaw.org 18 points 2 years ago

IntelliJ IDEA

[–] kalanggam@beehaw.org 17 points 2 years ago

VS Code, but may switch to VSCodium or Neovim eventually.

[–] ggnoredo@lemm.ee 17 points 2 years ago
[–] kyub@discuss.tchncs.de 14 points 2 years ago
[–] 21racecar12@lemmy.world 12 points 2 years ago

JetBrains for everything

[–] supernovae@lemmy.ml 11 points 2 years ago

Neovim or Jetbrains depending on the project and my mood.

[–] fkrauthan@lemmy.cogindo.net 10 points 2 years ago

JetBrains IDE all the way. Mostly Intellij Idea, WebStorm, CLion (for Rust) and PhpStorm. Once in a while Visual Studio Code for a quick text file edit.

[–] Veraticus@lib.lgbt 9 points 2 years ago
[–] floofloof@lemmy.ca 9 points 2 years ago

I just use a stack of cards and a knitting needle.

[–] flakusha@beehaw.org 9 points 2 years ago (1 children)
[–] state_electrician@discuss.tchncs.de 8 points 2 years ago (2 children)

I have a JetBrains All Product Pack license, so they are always my first choice. I tried VSCode and vim, but they require so much work to get to a useable state whereas a true IDE can be used right away. I want to code and not turn fiddling with my editor into a hobby. I do use VSCode and vim, but only for editing text. And I use vim key bindings everywhere.

[–] peter@feddit.uk 3 points 2 years ago

+1 for jetbrains, vscode feels basic compared to it

[–] LightningHaqeem@feddit.dk 2 points 2 years ago

Can confirm. Your do get stuff done with that suite.

I use mainly webstorm, rider and intellij

[–] oddMinus1@lemmy.world 8 points 2 years ago (1 children)

IntelliJ. With Vim-keybinding.

[–] a_ho@discuss.tchncs.de 3 points 2 years ago (2 children)

Also vscode. With vim-keybindings.

[–] bob@lemmy.havocperil.uk 2 points 2 years ago

I want to like vscode, and the vim bindings make me feel at home. I just don't like it though, I find it so slow for a text editor, and the intellisense seems to be very hit and miss as to whether it's going to work.

Every few months I open up vscode and give it a try, then go back to vim.

load more comments (1 replies)
[–] gianni@lemmy.ml 7 points 2 years ago
[–] dbrw@lemmy.world 7 points 2 years ago (1 children)

Emacs with doomemacs config. Really fast and very neat for what I do.

[–] Corngood@lemmy.ml 3 points 2 years ago (1 children)

Spacemacs here. Been using it so long (and without major problems) that I'm afraid to start experimenting with other distros, or writing my own config.

[–] dbrw@lemmy.world 3 points 2 years ago

I was using spacemacs before trying doom, from what I can tell, it's an upgrade. Doom config loads faster than spacemacs on my computers. Loving both project tho.

[–] thepiguy@lemmy.ml 7 points 2 years ago (1 children)

Neovim. Nothing interesting, but it gets the job done way better than anything else I tried. I had my own config until a week ago, when I switched to nvchad because of my unwillingness to port my config to lazy.nvim plugin manager.

load more comments (1 replies)
[–] Granixo@feddit.cl 6 points 2 years ago (2 children)

Anything that is not Android Studio.

load more comments (2 replies)
[–] Nebulizer@lemmy.world 6 points 2 years ago

Vim for light work, emacs when I need more ide features. I program mostly in fortran, c , c++, and bash on remote servers.

[–] Jamie@jamie.moe 5 points 2 years ago

Recently started using neovim with LazyVim and I'm enjoying it.

[–] daddyjones@lemmy.world 5 points 2 years ago
[–] ribboo@lemmy.world 5 points 2 years ago

Visual Studio professional. It’s so slow though. Would love to use anything else, but am locked down due to work.

[–] credmp@lemmy.ml 5 points 2 years ago

I use Emacs. Doom Emacs to be exact :)

[–] chadac@beehaw.org 5 points 2 years ago

Emacs built with Nix. I host my configuration on GitHub.

Intellij for backend, VS Code for front end

[–] Whirlybird@aussie.zone 5 points 2 years ago

Visual Studio and VS Code.

[–] bauklotz@feddit.de 4 points 2 years ago
[–] aperson@beehaw.org 4 points 2 years ago (1 children)
load more comments (1 replies)
[–] 0485919158191@lemmy.world 4 points 2 years ago

I mostly code in Python and for that I use PyCharm. For everything else I use VS Code.

[–] Kushia@lemmy.ml 3 points 2 years ago

Visual Studio for work (c#), Pycharm when I need to do Python.

[–] dm21@lemm.ee 3 points 2 years ago

VSCode usually, Xcode when working with Apple platforms specifically

[–] flashmedallion@lemmy.nz 3 points 2 years ago* (last edited 2 years ago)

Notepad++ , nano if that counts lol

[–] agelord@lemmy.world 3 points 2 years ago (1 children)

VSCode for Python and RStudio for R.

[–] yaru@slrpnk.net 2 points 2 years ago

You're me! Though I'm closely following the progress of the R and Jupyter extensions for vscode. They're not an RStudio replacement yet, but I think soon R will be comparable to python in vscode, and I'd love to consolidate.

[–] Kissaki@feddit.de 2 points 2 years ago (1 children)

Visual Studio

Notepad++ for non ide stuff like data files and scripts.

Occasionally Visual Studio Code. For mass text replace and some other tooling / envs.

load more comments (1 replies)
[–] Alex@discuss.tchncs.de 2 points 2 years ago

Mostly neovim, sometimes VS code

load more comments
view more: next β€Ί