mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
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.
This commit is contained in:
parent
8ed96eb27c
commit
fa18010477
14 changed files with 70 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue