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.
Having to provide every single node for .Update is very annoying and could be better as what we have for LuaSyntaxOptions.With
Describe the solution you'd like
The same solution as applied to LuaSyntaxOptions.With.
Describe alternatives you've considered
Providing every single parameter every time or using a combination of multiple .With* methods which would result in a lot of unnecessary allocations.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Having to provide every single node for
.Update
is very annoying and could be better as what we have forLuaSyntaxOptions.With
Describe the solution you'd like
The same solution as applied to
LuaSyntaxOptions.With
.Describe alternatives you've considered
Providing every single parameter every time or using a combination of multiple
.With*
methods which would result in a lot of unnecessary allocations.Additional context
None.
The text was updated successfully, but these errors were encountered: