vscode-arm
vscode-arm copied to clipboard
Arm® Syntax highlighting for VSCode
I'd like to use the Edit -> Toggle Line Comment command (or, more specifically, its shortcut Cmd+/) to comment lines in my code. However, this prefixes the line with @,...
Currently, the extension marks `@` or `;` to end of line as a comment, which can be problematic when an assembler only uses one for comments and uses the other...
In my project I have a C header that defines a macro which allows for easier insertion of assembly comments (very specific use case, I know). However, after the `@`...
Would it be possible to enhance this plugin to support c-style inline assembly? For example, #define, #include, #if, #ifdef, #else, #elif, #endif, defined(). Also, comments that begin with a double...
Hi, Is it possible to replace IAR IDE ? Thanks