kufii / CodeSnap

📸 Take beautiful screenshots of your code in VS Code!
https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap
508 stars 67 forks source link

Not All Python Syntax is Support #147

Open QZJ-2003 opened 7 months ago

QZJ-2003 commented 7 months ago

When I use format string of Python 2, e.g. 'Training({%02d})'%epoch, the codesnap will be fail to save the snap or copy it to clipborad with the use of shutter. Can it mean that codesnap cannot support all python syntax (maybe only Python 3)? Why is this happening? Is this the same for other programming languages?

image