mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
![]() When returning autocomplete suggestions, we now consider the scope of the name that is being completed. For example, when requested to complete an expression like 'MyNamespace::', we will only suggest things that are in the 'MyNamespace' namespace. This commit also has some general refactoring of the autocomplete logic. |
||
---|---|---|
.. | ||
Cpp | ||
Shell | ||
AutoCompleteEngine.cpp | ||
AutoCompleteEngine.h | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
FileDB.cpp | ||
FileDB.h | ||
LanguageClient.ipc | ||
LanguageServer.ipc |