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

Asklemmy

43852 readers
911 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
(page 2) 34 comments
sorted by: hot top controversial new old
[–] qprimed@lemmy.ml 2 points 1 year ago

what, no love for CodeLite when working on smaller projects?

[–] imBANO@lemmy.world 2 points 1 year ago

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.

[–] cyborganism@sh.itjust.works 2 points 1 year ago

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.

[–] Kissaki@feddit.de 2 points 1 year 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.

[–] dylanTheDeveloper@lemmy.world 0 points 1 year ago

Personally I use notepad++ just for xml

[–] wizebin@lemmy.world 2 points 1 year ago

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

[–] amoroso@lemmy.ml 2 points 1 year ago

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.

[–] s4if@lemmy.my.id 2 points 1 year ago

Mostly VSCodium and Sublime-texr

[–] Lolors17@feddit.de 2 points 1 year ago
[–] dylanTheDeveloper@lemmy.world 2 points 1 year ago

I'm a code block and Eclipse kind of guy who forced to use Visual studio because of Unreal Engine

[–] myslsl@lemmy.world 1 points 1 year ago

I'm pretty partial to vim.

[–] nothendev@sopuli.xyz 1 points 1 year ago* (last edited 1 year ago)

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.

.

[–] lasagna@programming.dev 1 points 1 year ago

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

[–] nolly2@lemmy.ml 1 points 1 year ago
[–] illectrility@lemmy.world 1 points 1 year ago

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

[–] blackbrook@mander.xyz 1 points 1 year ago
[–] bakarel@lemmy.fmhy.ml 1 points 1 year ago

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.

[–] herrherrmann@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

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!

[–] people_are_cute@lemmy.sdf.org 1 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] herrherrmann@lemmy.ml 1 points 1 year ago

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

[–] Lemmyatem@lemm.ee 1 points 1 year ago

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

[–] xHoudek@lemmy.world 1 points 1 year ago

Mainly Visual Studio. Lots of .NET stuff

load more comments
view more: ‹ prev next ›