#software-development
Read more stories on Hashnode
Articles with this tag
Hello, If you use VSCode as religiously as I do, you'd agree how amazing a tool it is. In this blog post, let's learn what makes the code editing...
Hello It's been a while since I've blogged about the IDE. A lot of exciting changes have been introduced to the codebase since my last post in...
Hello, In a previous post, I mentioned using a workaround when dealing with non UTF-8 files. It's about time this was fixed. Let's talk about about...
Hello, This post is about an interesting bug I found in MyStudio IDE which I felt needed to be shared here. Background I was using quick-bt as the...
Hello In this post, I'll show you how I compiled MyStudio IDE project (Rust + GTK) for Windows using GitHub Actions and Docker. Tools Used GitHub...
Hello, I'd recently implemented "Goto Line" feature on my side project, MyStudio IDE and here's how I did it. Background: As a part of building...