You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's helpful having autocomplete for config fields. It looks like the project already uses types but because of how it dynamically passes config to each module, there isn't an existing type that someone could use for something like:
---@typehlchunk.configopts= {},
Describe the solution you'd like
A single type that could be used similarly to above.
Describe alternatives you've considered
You can write your own or just not use one, which works but isn't as nice of an experience as having a type.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's helpful having autocomplete for config fields. It looks like the project already uses types but because of how it dynamically passes config to each module, there isn't an existing type that someone could use for something like:
Describe the solution you'd like
A single type that could be used similarly to above.
Describe alternatives you've considered
You can write your own or just not use one, which works but isn't as nice of an experience as having a type.
The text was updated successfully, but these errors were encountered: