Y
Hacker News
new
|
ask
|
show
|
jobs
by
trenchpilgrim
241 days ago
My line is - if I can compile, run and debug my program through the editor UI instead of a terminal, it's an IDE.
2 comments
niutech
239 days ago
Sublime Text can run code from its UI too. IDE is much more full-featured, like VS vs VSCode or IntelliJ vs Fleet.
link
pjmlp
241 days ago
As I said, then any programmer editor is an IDE, including UltraEdit and Notepad++.
link
trenchpilgrim
241 days ago
Notepad++ has a debugger UI? One that goes beyond running a terminal inside a pane?
link
pjmlp
241 days ago
It has plugins....and about 30 years of ecosystem history.
Try to use Zed to debug Go code.
link
trenchpilgrim
241 days ago
I'm literally doing that right now. I can set breakpoints and graphically step through them in Go files.
link
pjmlp
241 days ago
Yeah, thanks to
https://microsoft.github.io/debug-adapter-protocol
link