I created a small VS extension to mimic the /ide support between copilot-cli and VSCode. So when you have the same folder opened in copilot-cli and a solution in your VS, copilot-cli auto-connects and knows your current selection and your compilation diagnostics.
This makes interactions such as “extract my selection to a method” easier.
(Support for diffs isn't perfect yet).
Pfew, presentation is finished! 😱 A bit stressful but I hope it went smoothly for the audience... 🤞
I'm super thrilled to be able to finally share the project I have been working on in the past months https://retroc64.github.io/ 🥳
Now, Happy Coding with the C64 and .NET! 🚀
Programming the Commodore 64 with .NET Build, assemble, run and debug C64 programs without leaving your IDE... Retro development, reimagined through modern tooling! Get Started > Examples > Your browser does not support WebM video. 🚀 Zero Friction Dev Loop Emit PRG/D64 and auto-launch live coding into VICE straight from .NET. Introduction > 🖥️ Fluent Assembler With Asm6502 Labels, sections, data blocks, helpers, and source mapping back to C#. Assembler...