1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Shell
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
..
AutoComplete.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
AutoComplete.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ClientConnection.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
ClientConnection.h HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00