What IDEs are you using?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What IDEs are you using?

Post by eekee »

:lol: I can tolerate ed and sam -d, but they reduce the amount of attention I can give to my code. edlin is worse, I always accidentally overwrite stuff. Del, (or rather ∇,) the standard text editor in APL, is a little clearer than edlin but not much. Great name for an editor, though...

I use Acme, it's an integrating development environment. (I miss my alien smileys.) I don't use it to its fullest and it's not exactly free of annoyance and I am a bit tired of it, but when I use any other text editor I feel very restricted. Acme lets me bring the system into the text editor to a much larger extent and more conveniently than anything else I've tried. My major OS plans actually revolve around enabling integration in even better ways than Acme and it's original OS, Plan 9.

Acme's ability to open files with just a click on filenames in any text is also brilliant. I've used it to organize my life for years, essentially building personal wikis in plain text with no extra software beyond my normal editor.

Solar wrote:I am not at all sure I still want that position at his company.
An interview isn't just the company interviewing you. It's also you interviewing the company.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
MichaelPetch
Member
Member
Posts: 774
Joined: Fri Aug 26, 2016 1:41 pm
Libera.chat IRC: mpetch

Re: What IDEs are you using?

Post by MichaelPetch »

On a serious note though I use codeblocks or emacs but many times I find myself just firing up nano.
mmdmine
Member
Member
Posts: 47
Joined: Sat Dec 28, 2019 5:19 am
Location: Iran
Contact:

Re: What IDEs are you using?

Post by mmdmine »

on arch: jetbrains as ide, sublime as text editor, micro as a minimal terminal-based text editor, st as terminal, fish as shell and qemu as emulator
on windows: visual studio and sublime
mrosdev
Member
Member
Posts: 28
Joined: Mon Jun 01, 2020 8:15 am

Re: What IDEs are you using?

Post by mrosdev »

The best IDE for ANYTHING is vscode (Visual Studio Code). I use it to develop my OS, to make websites, and to work with some Flutter apps.
StudlyCaps
Member
Member
Posts: 232
Joined: Mon Jul 25, 2016 6:54 pm
Location: Adelaide, Australia

Re: What IDEs are you using?

Post by StudlyCaps »

mrosdev wrote:The best IDE for ANYTHING is vscode (Visual Studio Code). I use it to develop my OS, to make websites, and to work with some Flutter apps.
I was pretty surprised by the fact that I totally agree with this. I use it for Unity game dev, JS and of course OS dev (including build scripts, hex editing and you can even run a WSL, CMD or PowerShell terminal in it.)

It's clean, simple to set up, fast to use, has the best lexical autocomplete I've used, great syntax highlighting for just about any language out there.

M$ does a lot wrong, and I'm sure there is some nefarious ulterior motive to VS Code, but from a functionality perspective, they hit it outta the park with this one.
User avatar
iansjack
Member
Member
Posts: 4683
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: What IDEs are you using?

Post by iansjack »

I'd vote for VSCode too. It's fast, supports most languages, and there are a host of extensions. You can easily use it one one machine to edit, build, and debug on another (with the same or different OS). And it runs on all the major OSs.
Locanda
Posts: 1
Joined: Sun Nov 01, 2020 9:57 am
Libera.chat IRC: Locanda

Re: What IDEs are you using?

Post by Locanda »

I am having a garden renovation and having a hard time lifting those rocks from my garden. Good thing I have bought a great and sturdy wheelbarrow https://gardeningfacts.org/best-wheelbarrow/.
..
Post Reply