Is there a way to print your code with PlatformIO?

Couldn’t find a print option under file.

Since PlatformIO is a plugin for the Visual Studio Code editor, the right place is to ask VSCode devs to add a Print button in their general code editor.

As you can see, VSCode is incapable of printing its editor content by itself: Support to print the editor contents · Issue #5953 · microsoft/vscode · GitHub

However, the accepted solution here is to use a third-party extension PrintCode with which you can print. Weird world.

1 Like

Perfect!! Thanks for the replies.