1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar 4b483071fb LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
With this we can avoid passing (name, line, column) tuples in many
different places.
2021-02-27 16:37:35 +01:00
..
AutoCompleteEngine.cpp LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class 2021-02-08 23:10:38 +01:00
AutoCompleteEngine.h LanguageServers: Add ProjectLoaction, Declaration types and use in IPC 2021-02-27 16:37:35 +01:00
ClientConnection.cpp LanguageServers: Add ProjectLoaction, Declaration types and use in IPC 2021-02-27 16:37:35 +01:00
ClientConnection.h LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
CMakeLists.txt LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class 2021-02-08 23:10:38 +01:00
FileDB.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
FileDB.h LanguageServers/Cpp: Add FileDB and pass project_root in Greet() 2021-02-08 23:10:38 +01:00
LexerAutoComplete.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LexerAutoComplete.h LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class 2021-02-08 23:10:38 +01:00
main.cpp LanguageServers/Cpp: Add FileDB and pass project_root in Greet() 2021-02-08 23:10:38 +01:00
ParserAutoComplete.cpp LanguageServers: Add ProjectLoaction, Declaration types and use in IPC 2021-02-27 16:37:35 +01:00
ParserAutoComplete.h LanguageServers: Add ProjectLoaction, Declaration types and use in IPC 2021-02-27 16:37:35 +01:00