1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:08:12 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar fa18010477 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.
2021-01-27 21:10:57 +01:00
..
ClientConnection.cpp HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
ClientConnection.h HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
CMakeLists.txt HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
LexerAutoComplete.cpp HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
LexerAutoComplete.h HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
main.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ParserAutoComplete.cpp HackStudio: Add parser-based c++ autocomplete engine 2021-01-27 21:10:57 +01:00
ParserAutoComplete.h HackStudio: Add parser-based c++ autocomplete engine 2021-01-27 21:10:57 +01:00