mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
The parser-based autocomplete engine is at a point where it's stable enough that I don't think there's a need for the lexer-based alternative anymore.
This commit is contained in:
parent
ddb278ab85
commit
b1531b78f6
Notes:
sideshowbarker
2024-07-18 18:02:22 +09:00
Author: https://github.com/itamar8910
Commit: b1531b78f6
Pull-request: https://github.com/SerenityOS/serenity/pull/7180
11 changed files with 0 additions and 156 deletions
|
@ -23,8 +23,5 @@ class ClientConnection final : public LanguageServers::ClientConnection {
|
|||
};
|
||||
}
|
||||
virtual ~ClientConnection() override = default;
|
||||
|
||||
private:
|
||||
virtual void set_auto_complete_mode(String const&) override { }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue