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
The token preview on hover is a great feature, especially for looking up function prototypes. However some times it cannot autoscale appropriately.
Consider these :
const, char, restrict all three on different lines. Also couldn't completely display restrict in arguments.
This one is somewhat of extreme case due to parameter names, but displaying each parameter with it's (complete) type line-by-line would make it more readable.
These might look very minute details but it ultimately makes the code much less comprehensive.
REQUEST: Additionally, if possible, make the windows resizable using cursor, so worst case scenario users are able to read even if autoscaling fails.
The text was updated successfully, but these errors were encountered:
The token preview on hover is a great feature, especially for looking up function prototypes. However some times it cannot autoscale appropriately.
Consider these :
const
,char
,restrict
all three on different lines. Also couldn't completely display restrict in arguments.This one is somewhat of extreme case due to parameter names, but displaying each parameter with it's (complete) type line-by-line would make it more readable.
These might look very minute details but it ultimately makes the code much less comprehensive.
REQUEST: Additionally, if possible, make the windows resizable using cursor, so worst case scenario users are able to read even if autoscaling fails.
The text was updated successfully, but these errors were encountered: