what, no love for CodeLite when working on smaller projects?
Asklemmy
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
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.
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.
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.
Personally I use notepad++ just for xml
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
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.
Mostly VSCodium and Sublime-texr
Atom
I'm a code block and Eclipse kind of guy who forced to use Visual studio because of Unreal Engine
I'm pretty partial to vim.
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.
.
Whichever text editor is available, vscode, jetbrains for the language I'm using, firefox (jupyter notebooks), etc.
NeoVim
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
NetBeans
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.
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!
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.
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".
Not seeing textmate in the replies. It’s a nice lightweight one.
Mainly Visual Studio. Lots of .NET stuff