wip vscode intellisense support

This commit is contained in:
Alexander Nicholi
2021-02-02 07:29:00 -05:00
parent 3ab76b2312
commit 9841e2186a
5 changed files with 92 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
#define SYMBOLIC(NAME) NAME(%rip)
#define LITERALLY(NAME) $NAME
/* clang-format on */
#elif defined(__VSCODE_INTELLISENSE__)
#define SYMBOLIC(NAME) 1
#define LITERALLY(NAME) 1
#else
#define SYMBOLIC(NAME) NAME
#define LITERALLY(NAME) NAME