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
commit 0295cf96a8
Notes: sideshowbarker 2024-07-18 07:56:02 +09:00
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();