1
Fork 0
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:
Conor Byrne 2021-07-28 14:59:42 +01:00 committed by Andreas Kling
parent 2b5566d7cc
commit 0295cf96a8
2 changed files with 15 additions and 0 deletions

View file

@ -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();