summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AutocompleteProvider.h
AgeCommit message (Expand)Author
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-09LibGUI+HackStudio: Add TokenInfo struct for language-server IPCItamar
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Add AutocompleteProvider::has_suggestions()thislooksfun
2021-11-02LibGUI: Add missing #includethislooksfun
2021-11-02LibGUI: Always show a box when the user requests autocompletethislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-06LibGUI: Fix typo in AutocompleteBox::showItamar
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling