mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
HackStudio: Add autocompletion for GML files
This commit is contained in:
parent
2b5566d7cc
commit
0295cf96a8
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