DEV Community

Pohsi Lu Hsieh
Pohsi Lu Hsieh

Posted on

Halyra IDE

GitHub “Finish-Up-A-Thon” Challenge Submission

This is a submission for the GitHub Finish-Up-A-Thon Challenge

What I Built

I have previously worked on a python IDE written in PySide6, it ended up with excellent UI and other features but at the end I stopped its updates due to how messy my code was and issues after freezing the app

Demo

The repo is at , I have also been working on trying to migrate it to Kotlin Compose Desktop, but it is still work in progress, anyways if you still want to check the Kotlin version the repo is at

The Comeback Story

I mainly improved organization, but I also fixed issues and added a project manager, actually satisfied of how well this ended after polishing, this is my longest project so I'll update more later

My Experience with GitHub Copilot

Copilot here helped me a lot by reorganizing my files and functions(previously I had everything in only 2 files and each of them had 1000+ lines), he taught me to fix the freezing issue. Also used it to did 3 bug fixes(shown in docs/bug-fixes directory)

Top comments (0)