mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
HackStudio: Integate with C++ parser-based autocomplete
By default, C++ auto completion will still be performed by the lexer-based logic. However, the parser-based logic can be switched on via the menubar.
This commit is contained in:
parent
8ed96eb27c
commit
fa18010477
Notes:
sideshowbarker
2024-07-18 22:49:28 +09:00
Author: https://github.com/itamar8910
Commit: fa18010477
Pull-request: https://github.com/SerenityOS/serenity/pull/4977
Reviewed-by: https://github.com/alimpfard
14 changed files with 70 additions and 11 deletions
|
@ -56,6 +56,7 @@ private:
|
|||
virtual void handle(const Messages::LanguageServer::FileEditRemoveText&) override;
|
||||
virtual void handle(const Messages::LanguageServer::SetFileContent&) override;
|
||||
virtual void handle(const Messages::LanguageServer::AutoCompleteSuggestions&) override;
|
||||
virtual void handle(const Messages::LanguageServer::SetAutoCompleteMode&) override { }
|
||||
|
||||
RefPtr<GUI::TextDocument> document_for(const String& file_name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue