Using cc65 with Visual Studio Code - cc65/wiki GitHub Wiki
Visual Studio Code is a great editor for working with cc65 projects. There is an extension available in the marketplace called simply "CC65" which provides the following resources:
- Syntax highlighting for .asm, .s, .inc, .mac files
- Building with make
- Building directly with the tool chain
- Executing with make
- Executing directly to the emulator