Files
ladybird/Userland/Libraries/LibGUI/GMLAutocompleteProvider.cpp
thislooksfun d73d044f2b LibGUI: Suggest classes when typing identifiers
We now suggest classes even if the line does not start with an @.
After all, we now have fuzzy matching, so why *shouldn't* "color"
match @GUI::ColorInput as well as background_color?
2021-11-02 17:53:22 +01:00

9.6 KiB