From fa18010477821f114953015677daa789580a4683 Mon Sep 17 00:00:00 2001 From: Itamar Date: Sat, 23 Jan 2021 16:55:19 +0200 Subject: HackStudio: Integate with C++ parser-based autocomplete By default, C++ auto completion will still be performed by the lexer-based logic. However, the parser-based logic can be switched on via the menubar. --- Meta/CMake/all_the_debug_macros.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Meta') diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 2d93233773..339a9baae4 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -160,6 +160,9 @@ set(VOLATILE_PAGE_RANGES_DEBUG ON) set(WSMESSAGELOOP_DEBUG ON) set(GPT_DEBUG ON) set(CPP_DEBUG ON) +set(DEBUG_SPAM ON) +set(DEBUG_CPP_LANGUAGE_SERVER ON) +set(DEBUG_AUTOCOMPLETE ON) # False positive: DEBUG is a flag but it works differently. # set(DEBUG ON) -- cgit v1.2.3