I use VSCode for editing CNC code for multipath machines. These programs will typically have wait codes (Mxxx for example) in each program that will control the synchronization of both paths on the machine. I cannot find a way or extension to do this in VSCode. Does anyone know if it's possible or how to implement?
I use VSCode for editing CNC code for multipath machines. These programs will typically have wait codes (Mxxx for example) in each program that will control the synchronization of both paths on the machine. I cannot find a way or extension to do this in VSCode. Does anyone know if it's possible or how to implement?
In the VSC File Explorer:
Now you get a Diff window with 2 panes that scroll together and have the Mxxx
lines lined up.
Both files are editable.
If you customize the theme colors for the diff, make them transparent, it looks like you have a fancy edit window.