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
I'm using GLFW with GLAD, when I type or hover "some functions", it seems that intellisence only shows what the function expands to.
While typing:
When hover:
The related code about those "some functions" inside the glad.h:
I think it provides little information about the function. What I want to do is to make it shows the parameters at least when hover or typing those functions, just like that after typing the first opening parentheses:
Is it possible to do that?
Excuse me as I'm totally new to these things and not familier with English.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using GLFW with GLAD, when I type or hover "some functions", it seems that intellisence only shows what the function expands to.
While typing:
When hover:
The related code about those "some functions" inside the glad.h:
I think it provides little information about the function. What I want to do is to make it shows the parameters at least when hover or typing those functions, just like that after typing the first opening parentheses:
Is it possible to do that?
Excuse me as I'm totally new to these things and not familier with English.
Beta Was this translation helpful? Give feedback.
All reactions