Live data from Hacker News

SimpleIDE

github.com

1–10 of 57 posts

Re: SimpleIDE

#2
A lightweight, professional VB.NET IDE built with GTK# 3 on Linux using .NET 8.0. SimpleIDE provides a modern development environment specifically designed for VB.NET projects on Linux systems.

Re: SimpleIDE

#7
Interesting, I didn't actually know that VB.NET ever got ported to Linux with the rest of .NET Core.

Does it still have the drag-n-drop GUI feature to make graphical apps, or is that a strictly Windows thing?

Re: SimpleIDE

#8

I did learn programming with VB many years ago. It definitely holds some sentimental value for me although I wouldn’t consider using it today.

Definitely a great deal of nostalgia for me. Years ago, I had written this project up from scratch and later lost all my source code in an accident.

I learned about vibe coding two months ago and, wow, writing this with Claude has been lots of fun. Almost to the point in the project of having full AI integration in the IDE.

Re: SimpleIDE

#9
post #7

Interesting, I didn't actually know that VB.NET ever got ported to Linux with the rest of .NET Core. Does it still have the drag-n-drop GUI feature to make graphical apps, or is that a strictly Windows thing?

Well, that would certainly be a stretch goal. Right now its all code.

Re: SimpleIDE

#10
post #7

Interesting, I didn't actually know that VB.NET ever got ported to Linux with the rest of .NET Core. Does it still have the drag-n-drop GUI feature to make graphical apps, or is that a strictly Windows thing?

And what makes this project significant is there's a lack of VB.NET tools on Linux.

It has been challenging trying to get Gtk 3 widgets to play nice. Finally just rolled my own custom-drawn editor, treeview, and listbox. Going to release them later in a library.

Post reply on HN