Spyke

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.

33

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.

7
lemm.ee

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

23

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

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

3
simon574reply
feddit.de

What GUI or terminal emulator do you use to run Neovim?

1
o_preply

Not OP, but I’ve been using Kitty for ages and love it. A GPU term is a must IMO.

2
Liz
beehaw.org

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.

22

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

6
lemmy.dbzer0.com

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.

6
Daeraxareply
lemmy.ml

Yay, Im happy there is at least one pulsar mention! We are thinking of setting up a Lemmy community but want to make sure there is enough interest.

2
lemmy.dbzer0.com

If you setup a community for pulsar, you have a guaranteed subscriber in me. And if you're one of the devs I can't thank you enough for your work.

2

Dev is probably a strong word for me but I'm definitely on the Pulsar team lol. I mainly do the website stuff and blog/release posts/announcements. Good to hear we have a supporter for it here :)

2

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.

11

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.

9

+1 for jetbrains, vscode feels basic compared to it

3

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

I use mainly webstorm, rider and intellij

2

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.

2
o_preply

You check out the neovim plugin too if you haven’t already.

1
lemmy.world

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

8
Corngoodreply
lemmy.ml

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.

3

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.

3

Gordon doesn't need to hear all this, he's a highly trained professional.

3
lemmy.ml

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.

7

It's also perfect if you spend time on any remote machines. The default configuration isn't awesome, but it does "get the job done".

2

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

6

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

5

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

5

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

4

VSCode usually, Xcode when working with Apple platforms specifically

4

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.

2
feddit.de

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.

2

For Python, VS Code and Jupyter Lab. I used Sublime Text 3 previously but have found VS Code to be easier to set up and better supported over time. I do miss how fast and lightweight Sublime is this compared to VS Code though so I still use ST4 as a general text editor.

For Excel VBA (ugh), pretty much have to use the built in one as there doesn’t seem to be any alternative.

2

These days I write Lisp code using the Medley Interlisp development environment. It's a vintage but amazingly capable environment that's being revived and modernized.

2

Not seeing textmate in the replies. It’s a nice lightweight one.

2

VSCode is the best code editor around, the plugin ecosystem is phenomenal, copilot specifically has been the biggest boost to my output in 15 years of development.

Unfortunately it doesn't do everything, I got stuck with some really old legacy software and have to hop into the vb6 ide, code::blocks, and very rarely visual studio.

Multi-cursor wizardry is absolutely life changing

2

It keeps changing with the job. I've used Eclipse a whole bunch of times for Java projects, IntelliJ a couple of times. Pycharm for Python. Vim for Bash and a bunch of other stuff. QT Creator for some C++ with the QT framework. Now it's mostly VSCode.

2

Whichever text editor is available, vscode, jetbrains for the language I'm using, firefox (jupyter notebooks), etc.

1
lemmy.ml

I started with Notepad++ and some CSS-specific editor (I can’t figure out the name anymore!), then switched to Brackets (RIP), Atom (RIP) and eventually landed at VS Code. I want to use VSCodium, but some of my favorite extensions are missing and their maintainers refuse to add them to the open VSCodium extension registry…

I would also like to try more “native” editors like Nova, but so far I always ran into blockers with it.

Oh, and for working on Markdown files I use the great Typora!

1
lemmy.sdf.org

Bruh, you can literally just copy the '%USERPROFILE%.vscode\extensions' folder to the respective VSCodium folder and those extensions will appear on VSCodium as well.

1

Even with VS Code and the proprietary VS Code marketplace, I’ve run into compatibility issues with extensions when upgrading VS Code. So, I’m not too keen to start managing extension files manually. And please don’t call my "bruh".

1

Used to be PyCharm but started switching to editors. This was accelerated when I started with Rust. Now I use Kate and Nano and sometimes Gedit

1

I mainly just do basic bash scripting on servers so i just use vim for simplicity. And I'm looking up stuff on the side in another window.

1

VSCode, then IntelliJ, then Neovim (NvChad + awful theme of my own + Goneovim as gui frontend), and now at Emacs (Doom + port of awful theme of my own from Neovim + very heavy customization). Pretty happy with Emacs, also Org mode is astounding.

.

1