thislooksfun
|
f699dbdc3f
HackStudio+LibGUI: Handle #include quotes and brackets in the engine
|
3 lat temu |
Nico Weber
|
6c9bc18a79
Userland: Fix typos
|
3 lat temu |
Itamar
|
9ae98bc81b
LibCpp: Handle circular imports gracefully
|
3 lat temu |
Itamar
|
8505fcb8ae
LibCpp: Understand preprocessor macro definition and invocation
|
3 lat temu |
Itamar
|
9da9398bf0
LibCpp: Do macro substitution in the preprocessor instead of the parser
|
3 lat temu |
Itamar
|
0c4dc00f01
LibCpp: Import definitions from headers while processing
|
3 lat temu |
Itamar
|
4673a517f6
LibCpp: Do lexing in the Preprocessor
|
3 lat temu |
Ali Mohammad Pur
|
f364fcec5d
LibRegex+Everywhere: Make LibRegex more unicode-aware
|
4 lat temu |
Itamar
|
b5a02b180c
LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts
|
4 lat temu |
Itamar
|
34fc6c7e1c
LibCpp: Make the fields of AST node types private
|
4 lat temu |
Itamar
|
32be65a8b4
CppLanguageServer: Add "get_parameters_hint" capability
|
4 lat temu |
Max Wipfli
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 lat temu |
Itamar
|
ccb52b005e
CppLanguageServer: Make properties_of_type return any property
|
4 lat temu |
Itamar
|
d7aa831a43
LibCpp: Differentiate between Type and NamedType
|
4 lat temu |
Federico Guerinoni
|
26a7356e90
LanguageServers: Add function to collect TODO entries in a document
|
4 lat temu |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 lat temu |
Itamar
|
dcdb0c7035
LibCpp: Support non-field class members
|
4 lat temu |
Itamar
|
4f1889c2cb
CppLanguageServer: Work with a HashMap of Symbols in each document
|
4 lat temu |
Itamar
|
c003c3c76d
CppLanguageServer+LibGUI: Autocomplete #include paths
|
4 lat temu |
Itamar
|
b50eaf75eb
CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*
|
4 lat temu |
Itamar
|
1c3c043cd3
CppLanguageServer: Rename all_definitions=>preprocessor_definitions
|
4 lat temu |
Itamar
|
1f96d9b03a
CppLanguageServer: remove no-op move()
|
4 lat temu |
Itamar
|
402483ec1f
LibCpp: Generalize ASTNode::dump() to support redirecting its output
|
4 lat temu |
Itamar
|
400d3ddb08
LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine
|
4 lat temu |