mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -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,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "macros.hpp"
|
||||
#include "macros.hpp"
|
||||
|
||||
#pragma region Basic Types
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "printing.hpp"
|
||||
#include "printing.hpp"
|
||||
|
||||
#pragma region Containers
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
// #include "src_start.cpp"
|
||||
|
||||
#pragma region Debug
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "basic_types.hpp"
|
||||
#include "basic_types.hpp"
|
||||
|
||||
#pragma region Debug
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "strings.cpp"
|
||||
#include "strings.cpp"
|
||||
|
||||
#pragma region File Handling
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "strings.hpp"
|
||||
#include "strings.hpp"
|
||||
|
||||
#pragma region File Handling
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "memory.cpp"
|
||||
#include "memory.cpp"
|
||||
|
||||
#pragma region Hashing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "containers.hpp"
|
||||
#include "containers.hpp"
|
||||
|
||||
#pragma region Hashing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "header_start.hpp"
|
||||
#include "header_start.hpp"
|
||||
|
||||
#pragma region Macros
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "printing.cpp"
|
||||
#include "printing.cpp"
|
||||
|
||||
#pragma region Memory
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "debug.hpp"
|
||||
#include "debug.hpp"
|
||||
|
||||
#pragma region Memory
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "string_ops.cpp"
|
||||
#include "string_ops.cpp"
|
||||
|
||||
#pragma region Printing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "string_ops.hpp"
|
||||
#include "string_ops.hpp"
|
||||
|
||||
#pragma region Printing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "debug.cpp"
|
||||
#include "debug.cpp"
|
||||
|
||||
#pragma region String Ops
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "memory.hpp"
|
||||
#include "memory.hpp"
|
||||
|
||||
#pragma region String Ops
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "hashing.cpp"
|
||||
#include "hashing.cpp"
|
||||
|
||||
#pragma region String
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "hashing.hpp"
|
||||
#include "hashing.hpp"
|
||||
|
||||
#pragma region Strings
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "filesystem.cpp"
|
||||
#include "filesystem.cpp"
|
||||
|
||||
#pragma region Timing
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
// #include "filesystem.hpp"
|
||||
#include "filesystem.hpp"
|
||||
|
||||
#pragma region Timing
|
||||
|
||||
|
Reference in New Issue
Block a user