mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +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. |
||
---|---|---|
.. | ||
ClientConnection.h | ||
CMakeLists.txt | ||
LexerAutoComplete.cpp | ||
LexerAutoComplete.h | ||
main.cpp | ||
ParserAutoComplete.cpp | ||
ParserAutoComplete.h | ||
Tests.cpp | ||
Tests.h |