diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2025-06-22 23:40:24 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2025-06-22 23:40:24 +0200 |
| commit | f0efd3728e8d6408b5b13b71c49b03b2eb062bd9 (patch) | |
| tree | 5e65cdf008364492f6541f824e91a8663a864b4f /src/common | |
| parent | 3d1b2a5d7849c16dac4acea8b205af15be3351f4 (diff) | |
Auto import packages from core on completion.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index 65f4280..d550d81 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -34,6 +34,7 @@ Config :: struct { enable_fake_method: bool, enable_procedure_snippet: bool, enable_checker_only_saved: bool, + enable_auto_import: bool, disable_parser_errors: bool, thread_count: int, file_log: bool, |