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
If using Typescript, sometimes just the type will display, and sometimes (such as with useCallback) the type can be very long, and make the line absurdly long.
Example:
It would be nice if there was an option to hide parameters over a configurable length.
The text was updated successfully, but these errors were encountered:
Also it would be nice (if it is possible at all) to take into account wrap line length value and wrap line when it is exceeded with parameter annotations.
If using Typescript, sometimes just the type will display, and sometimes (such as with
useCallback
) the type can be very long, and make the line absurdly long.Example:
It would be nice if there was an option to hide parameters over a configurable length.
The text was updated successfully, but these errors were encountered: