-
Notifications
You must be signed in to change notification settings - Fork 11
Compiler Explorer
VisualTeensy can generate settings for Matthew Evers CompilerExplorer extension which integrates the fantastic Compiler Explorer (CE) into vsCode. To use the CE not only for snippets but for complete projects it needs to be able to access to project headers and source files. It therefore needs to be installed locally.
See here for corresponding Installation instructions
VisualTeensy automatically creates or appends a workspace settings.json file with the necessary information to run CE. All you need to do is to start the extension with STRG+SHIFT+p
and select `compiler-explorer: Open Compiler Explorer'. This will open a window showing the disassembly of the active source file editor. The disassembly updates automatically while you type in code.
Here a video showing the usage: https://youtu.be/6S5EomO1Dy4
VisualTeensy - Project generator for PJRC Teensy boards