mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
HackStudio: Add autocompletion for GML files
This commit is contained in:
parent
2b5566d7cc
commit
0295cf96a8
Notes:
sideshowbarker
2024-07-18 07:56:02 +09:00
Author: https://github.com/caoimhebyrne
Commit: 0295cf96a8
Pull-request: https://github.com/SerenityOS/serenity/pull/9068
2 changed files with 15 additions and 0 deletions
|
@ -97,6 +97,7 @@ private:
|
|||
void flush_file_content_to_langauge_server();
|
||||
void set_syntax_highlighter_for(const CodeDocument&);
|
||||
void set_language_client_for(const CodeDocument&);
|
||||
void set_autocomplete_provider_for(CodeDocument const&);
|
||||
void handle_function_parameters_hint_request();
|
||||
|
||||
explicit Editor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue