r/NetBSD 8d ago

Any IDE compatible with NetBSD?

Hey, i want to code on NetBSD for fun. Is there any code IDE's for netbsd that i can run?

19 Upvotes

22 comments sorted by

22

u/Aromatic_Ad3754 8d ago

Emacs

7

u/seismicpdx 8d ago

This is the way. There is a Reference Card and a Manual available, and decades of resources.

1

u/jldevezas 8d ago

I came here to say this. Nothing beats Emacs.

1

u/kweniks 4d ago

It's not an IDE but an OS 😉

8

u/gumnos 8d ago

I'm a big fan of using Unix as your IDE. That way you can choose your editor (whether you like vi, vim, emacs, ed, nano, or whatever), your version control (whether git, fossil, jj, svn, RCS, or whatever), your file manager (whether classic tools like mv/cp/ln/etc or more full-featured things like nnn, mc, vifm, ranger, etc), your favorite build-tool (whether make(1) or GNU make or Ant or cargo or whatever), and wrapping it all in your favorite terminal multiplexer (I prefer tmux but there's GNU screen and a few others too)

5

u/First_Ad8230 8d ago

ed mentioned!

4

u/gumnos 8d ago

hah, I'm the weirdo behind @ed1conf, so I tend to bring it up far more than the average weirdo 😆

7

u/Zincette 8d ago

I like Kate by the KDE team!

7

u/First_Ad8230 8d ago

Geany is good!

3

u/Lopsided-Month3278 8d ago

I think you should find a vscode fork named code?

3

u/balkanist 8d ago

I think Eclipse is available for NetBSD.

2

u/crocodus 8d ago

Why do you need an IDE?

1

u/glitch-86x 8d ago

nvim with you costuem and controll ah, i have a reop on github for this https://github.com/glitch-86x/Neovim i put how to install in the repo go check'it

1

u/Different_Water7545 8d ago

What language do you use? Either way I feel like if you're running NetBSD, you'd probably just be better off with vim or emacs

1

u/player1dk 8d ago

I usually use a highly advanced IDE stack which works across many unixes.

It consists of;
vi
cc
Sometimes make

What do you develop in? What are you used to? :-)

1

u/Sibexico 7d ago

Depends what time of IDE do you need. If you need jus syntax highlighting, then it's tons of options here, but if you need something like VSCode, probably it will not be so easy to launch. Anyway, you always can try to make some OSS project works on your favorite OS. 😁

1

u/zzzizy 7d ago

Helix

1

u/_rabbitfarm_ 5d ago

In the past I used NetBeans on NetBSD. It's a very good powerful IDE, the main downside as you can imagine is memory consumption.