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
Sometimes flags can be ambiguous without knowing their parameter type. If I don't know the parameter I'm looking for to do a task, it would be better to type/enum info upfront so I can make a better decision.
Just like editor suggest. I'd like to know the parameters of a function and their values:
This is what fig is capable of showing, we don't have the RHS yet but probably should:
Not sure about enumerating all the options in detail, but adding sub-text like above would help the user scanning what they're after, especially when detail is hidden.
Testing #241771
I wish I knew the type for these/enum values in the documentation on the right side.
Like for this

--omit
it has parameter value completions:but I don't know anything about them when I'm looking at the completion item for

--omit
:The text was updated successfully, but these errors were encountered: