mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-05 05:05:43 -07:00
got intellisense working for the most part...
VScode works withs some issues. VS2022 fails. 10xEditor works fine. JetBrains Rider fails due to it not supporting <push/pop>_macro pragmas
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
// #include "types.hpp"
|
||||
// #include "temp/ecode.hpp"
|
||||
// #include "temp/eoperator.hpp"
|
||||
// #include "temp/especifier.hpp"
|
||||
#include "types.hpp"
|
||||
#include "temp/ecode.hpp"
|
||||
#include "temp/eoperator.hpp"
|
||||
#include "temp/especifier.hpp"
|
||||
|
||||
struct AST;
|
||||
struct AST_Body;
|
||||
|
Reference in New Issue
Block a user